Searched refs:actionv (Results 1 – 2 of 2) sorted by relevance
75 static struct action *actionv = NULL; variable88 if (actionv[actionid - 1].sample & ~SAMPLER_SYS_MEM) { in kperf_action_has_non_system()102 return actionv[actionid - 1].sample & SAMPLER_TASK_MASK; in kperf_action_has_task()112 return actionv[actionid - 1].sample & SAMPLER_THREAD_MASK; in kperf_action_has_thread()203 actionv[actionid - 1].sample, sample_flags); in kperf_sample_user()208 unsigned int ucallstack_depth = actionv[actionid - 1].ucallstack_depth; in kperf_sample_user()239 actionv[actionid - 1].kcallstack_depth; in kperf_sample_internal()314 userdata = actionv[actionid - 1].userdata; in kperf_sample_internal()419 int pid_filter = actionv[actionid - 1].pid_filter; in kperf_sample()425 unsigned int sample_what = actionv[actionid - 1].sample; in kperf_sample()[all …]
253 actions_arr = kern.globals.actionv310 actions = kern.globals.actionv