Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kperf/
H A Daction.h46 #define SAMPLER_USTACK (1U << 3) macro
61 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c139 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
153 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
173 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK); in kperf_prepare_sample_what()
281 if (sample_what & SAMPLER_USTACK) { in kperf_sample_internal()
307 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
513 sample_what |= SAMPLER_USTACK | SAMPLER_TH_INFO; in kperf_thread_ast_handler()