Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h43 #define SAMPLER_KSTACK (1U << 2) macro
59 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c172 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK); in kperf_prepare_sample_what()
260 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()
336 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()