Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h44 #define SAMPLER_USTACK (1U << 3) macro
59 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c138 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
152 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
172 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK); in kperf_prepare_sample_what()
280 if (sample_what & SAMPLER_USTACK) { in kperf_sample_internal()
306 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
512 sample_what |= SAMPLER_USTACK | SAMPLER_TH_INFO; in kperf_thread_ast_handler()