Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c113 if (PMC_SYSTEM_SAMPLING_ACTIVE()) { in kproc_create1()
331 if (PMC_SYSTEM_SAMPLING_ACTIVE()) in kthread_add1()
369 if (PMC_SYSTEM_SAMPLING_ACTIVE()) in kthread_exit()
H A Dkern_thr.c282 else if (PMC_SYSTEM_SAMPLING_ACTIVE()) in thread_create()
620 if (PMC_PROC_IS_USING_PMCS(p) || PMC_SYSTEM_SAMPLING_ACTIVE()) in sys_thr_set_name()
H A Dkern_thread.c1006 } else if (PMC_SYSTEM_SAMPLING_ACTIVE()) in thread_exit()
H A Dkern_exec.c934 if (PMC_SYSTEM_SAMPLING_ACTIVE() || PMC_PROC_IS_USING_PMCS(p)) { in do_execve()
/freebsd/sys/sys/
H A Dpmckern.h245 #define PMC_SYSTEM_SAMPLING_ACTIVE() (pmc_ss_count > 0) macro