Home
last modified time | relevance | path

Searched refs:PMC_SYSTEM_SAMPLING_ACTIVE (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/kern/
HDkern_kthread.c115 if (PMC_SYSTEM_SAMPLING_ACTIVE()) { in kproc_create1()
333 if (PMC_SYSTEM_SAMPLING_ACTIVE()) in kthread_add1()
371 if (PMC_SYSTEM_SAMPLING_ACTIVE()) in kthread_exit()
HDkern_thr.c268 else if (PMC_SYSTEM_SAMPLING_ACTIVE()) in thread_create()
602 if (PMC_PROC_IS_USING_PMCS(p) || PMC_SYSTEM_SAMPLING_ACTIVE()) in sys_thr_set_name()
HDkern_thread.c1007 } else if (PMC_SYSTEM_SAMPLING_ACTIVE()) in thread_exit()
HDkern_exec.c918 if (PMC_SYSTEM_SAMPLING_ACTIVE() || PMC_PROC_IS_USING_PMCS(p)) { in do_execve()
/freebsd-14-stable/sys/sys/
HDpmckern.h245 #define PMC_SYSTEM_SAMPLING_ACTIVE() (pmc_ss_count > 0) macro