Home
last modified time | relevance | path

Searched refs:SAMPLER_PMC_THREAD (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.121.3/osfmk/kperf/ !
H A Daction.h47 #define SAMPLER_PMC_THREAD (1U << 4) macro
62 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c305 if (sample_what & SAMPLER_PMC_THREAD) { in kperf_sample_internal()
390 if (sample_what & SAMPLER_PMC_THREAD) { in kperf_sample_internal()
653 if ((samplers & SAMPLER_PMC_THREAD) && (samplers & SAMPLER_PMC_CPU)) { in kperf_action_set_samplers()