Home
last modified time | relevance | path

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

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