Searched refs:task_function_call (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/events/ |
D | core.c | 89 task_function_call(struct task_struct *p, int (*func) (void *info), void *info) in task_function_call() function 1678 if (!task_function_call(task, __perf_remove_from_context, &re)) in perf_remove_from_context() 1774 if (!task_function_call(task, __perf_event_disable, event)) in _perf_event_disable() 2146 if (!task_function_call(task, __perf_install_in_context, event)) in perf_install_in_context() 2316 if (!task_function_call(task, __perf_event_enable, event)) in _perf_event_enable() 4045 if (!task_function_call(task, __perf_event_period, &pe)) in perf_event_period() 9098 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_attach() 9113 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_exit()
|