Searched refs:task_function_call (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/kernel/events/ |
D | core.c | 79 task_function_call(struct task_struct *p, int (*func) (void *info), void *info) in task_function_call() function 1214 if (!task_function_call(task, __perf_remove_from_context, event)) in perf_remove_from_context() 1303 if (!task_function_call(task, __perf_event_disable, event)) in perf_event_disable() 1641 if (!task_function_call(task, __perf_install_in_context, event)) in perf_install_in_context() 1795 if (!task_function_call(task, __perf_event_enable, event)) in perf_event_enable() 6987 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_attach() 7001 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_exit()
|