Home
last modified time | relevance | path

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

/xnu-11215.61.5/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()
291 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_internal()
320 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
476 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_ast_sample_min_stack_phase()
525 sample_what |= SAMPLER_TH_DISPATCH; in kperf_thread_ast_handler()