Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kperf/
H A Daction.h60 #define SAMPLER_THREAD_MASK (SAMPLER_TH_INFO | SAMPLER_TH_SNAPSHOT | \ macro
H A Daction.c108 return actionv[actionid - 1].sample & SAMPLER_THREAD_MASK; in kperf_action_has_thread()
181 sample_what &= SAMPLER_THREAD_MASK; in kperf_prepare_sample_what()