Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kperf/
H A Daction.h45 #define SAMPLER_KSTACK (1U << 2) macro
61 SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_PMC_THREAD | \
H A Daction.c173 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK); in kperf_prepare_sample_what()
261 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()
337 if (sample_what & SAMPLER_KSTACK) { in kperf_sample_internal()