Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/
H A Daction.h48 #define SAMPLER_PMC_CPU (1U << 5) macro
H A Daction.c306 } else if (sample_what & SAMPLER_PMC_CPU) { in kperf_sample_internal()
391 } else if (sample_what & SAMPLER_PMC_CPU) { in kperf_sample_internal()
652 if ((samplers & SAMPLER_PMC_THREAD) && (samplers & SAMPLER_PMC_CPU)) { in kperf_action_set_samplers()