Searched refs:sample_what (Results 1 – 1 of 1) sorted by relevance
137 unsigned int sample_what) in kperf_sample_user_internal() argument139 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() argument173 sample_what &= ~(SAMPLER_KSTACK | SAMPLER_USTACK); in kperf_prepare_sample_what()[all …]