Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kperf/
H A Daction.h52 #define SAMPLER_TH_DISPATCH (1U << 9) macro
62 SAMPLER_TH_SCHEDULING | SAMPLER_TH_DISPATCH | SAMPLER_TH_INSCYC)
H A Daction.c156 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_user_internal()
286 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_internal()
307 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
460 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_ast_sample_min_stack_phase()
509 sample_what |= SAMPLER_TH_DISPATCH; in kperf_thread_ast_handler()