Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/ !
H A Daction.h61 #define SAMPLER_THREAD_MASK (SAMPLER_TH_INFO | SAMPLER_TH_SNAPSHOT | \ macro
H A Daction.c112 return actionv[actionid - 1].sample & SAMPLER_THREAD_MASK; in kperf_action_has_thread()
185 sample_what &= SAMPLER_THREAD_MASK; in kperf_prepare_sample_what()