Home
last modified time | relevance | path

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

/xnu-12377.1.9/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()
265 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()
349 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()