Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h56 #define SAMPLER_TASK_MASK (SAMPLER_MEMINFO | SAMPLER_TK_SNAPSHOT | \ macro
H A Daction.c97 return actionv[actionid - 1].sample & SAMPLER_TASK_MASK; in kperf_action_has_task()
183 sample_what &= SAMPLER_TASK_MASK; in kperf_prepare_sample_what()