Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/
H A Daction.c141 unsigned int sample_what) in kperf_sample_user_internal() argument
143 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
146 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
155 BUF_DATA(PERF_GEN_EVENT | DBG_FUNC_START, sample_what, actionid); in kperf_sample_user_internal()
157 if (sample_what & SAMPLER_USTACK) { in kperf_sample_user_internal()
160 if (sample_what & SAMPLER_TH_DISPATCH) { in kperf_sample_user_internal()
163 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
167 BUF_DATA(PERF_GEN_EVENT | DBG_FUNC_END, sample_what); in kperf_sample_user_internal()
173 kperf_prepare_sample_what(unsigned int sample_what, unsigned int sample_flags) in kperf_prepare_sample_what() argument
177 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK | SAMPLER_EXSTACK); in kperf_prepare_sample_what()
[all …]