Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h46 #define SAMPLER_PMC_CPU (1U << 5) macro
H A Daction.c294 } else if (sample_what & SAMPLER_PMC_CPU) { in kperf_sample_internal()
372 } else if (sample_what & SAMPLER_PMC_CPU) { in kperf_sample_internal()
596 if ((samplers & SAMPLER_PMC_THREAD) && (samplers & SAMPLER_PMC_CPU)) { in kperf_action_set_samplers()