Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/
H A Daction.h46 #define SAMPLER_USTACK (1U << 3) macro
62 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c143 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
157 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
177 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_EXSTACK); in kperf_prepare_sample_what()
285 if (sample_what & SAMPLER_USTACK) { in kperf_sample_internal()
319 !(sample_what & ~(SAMPLER_USTACK | SAMPLER_TH_DISPATCH))) { in kperf_sample_internal()
528 sample_what |= SAMPLER_USTACK | SAMPLER_TH_INFO; in kperf_thread_ast_handler()