Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/
H A Daction.h55 #define SAMPLER_TH_INSCYC (1U << 12) macro
63 SAMPLER_TH_SCHEDULING | SAMPLER_TH_DISPATCH | SAMPLER_TH_INSCYC | \
H A Daction.c352 if (sample_what & SAMPLER_TH_INSCYC) { in kperf_sample_internal()