Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h53 #define SAMPLER_TH_INSCYC (1U << 12) macro
60 SAMPLER_TH_SCHEDULING | SAMPLER_TH_DISPATCH | SAMPLER_TH_INSCYC)
H A Daction.c339 if (sample_what & SAMPLER_TH_INSCYC) { in kperf_sample_internal()