Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kperf/
H A Daction.c137 unsigned int sample_what) in kperf_sample_user_internal() argument
139 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
142 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
151 BUF_DATA(PERF_GEN_EVENT | DBG_FUNC_START, sample_what, actionid); in kperf_sample_user_internal()
153 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
156 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_user_internal()
159 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
163 BUF_DATA(PERF_GEN_EVENT | DBG_FUNC_END, sample_what); in kperf_sample_user_internal()
169 kperf_prepare_sample_what(unsigned int sample_what, unsigned int sample_flags) in kperf_prepare_sample_what() argument
173 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK); in kperf_prepare_sample_what()
[all …]