Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kperf/
H A Daction.h45 #define SAMPLER_KSTACK (1U << 2) macro
62 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c177 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_EXSTACK); in kperf_prepare_sample_what()
266 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()
350 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()