Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kperf/
H A Daction.h50 #define SAMPLER_TH_DISPATCH (1U << 9) macro
60 SAMPLER_TH_SCHEDULING | SAMPLER_TH_DISPATCH | SAMPLER_TH_INSCYC)
H A Daction.c155 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_user_internal()
285 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_internal()
306 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
459 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_ast_sample_min_stack_phase()
508 sample_what |= SAMPLER_TH_DISPATCH; in kperf_thread_ast_handler()