Home
last modified time | relevance | path

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

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