Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kperf/
H A Daction.h54 #define SAMPLER_SYS_MEM (1U << 11) macro
H A Daction.c88 if (actionv[actionid - 1].sample & ~SAMPLER_SYS_MEM) { in kperf_action_has_non_system()
180 sample_what &= SAMPLER_SYS_MEM; in kperf_prepare_sample_what()
333 if (sample_what & SAMPLER_SYS_MEM) { in kperf_sample_internal()