Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kperf/
H A Daction.h52 #define SAMPLER_TH_DISPATCH (1U << 9) macro
63 SAMPLER_TH_SCHEDULING | SAMPLER_TH_DISPATCH | SAMPLER_TH_INSCYC | \
H A Daction.c160 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_user_internal()
290 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_internal()
319 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
475 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_ast_sample_min_stack_phase()
524 sample_what |= SAMPLER_TH_DISPATCH; in kperf_thread_ast_handler()