Searched refs:task_function_call (Results 1 – 1 of 1) sorted by relevance
/kernel/events/ |
D | core.c | 82 task_function_call(struct task_struct *p, int (*func) (void *info), void *info) in task_function_call() function 1358 if (!task_function_call(task, __perf_remove_from_context, event)) in perf_remove_from_context() 1447 if (!task_function_call(task, __perf_event_disable, event)) in _perf_event_disable() 1800 if (!task_function_call(task, __perf_install_in_context, event)) in perf_install_in_context() 1954 if (!task_function_call(task, __perf_event_enable, event)) in _perf_event_enable() 7818 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_attach() 7832 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_exit()
|