Searched refs:task_function_call (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/kernel/events/ | 
| D | core.c | 91 task_function_call(struct task_struct *p, remote_function_f func, void *info)  in task_function_call()  function1697 	if (!task_function_call(task, __perf_remove_from_context, &re))  in perf_remove_from_context()
 1793 	if (!task_function_call(task, __perf_event_disable, event))  in _perf_event_disable()
 2165 	if (!task_function_call(task, __perf_install_in_context, event))  in perf_install_in_context()
 2335 	if (!task_function_call(task, __perf_event_enable, event))  in _perf_event_enable()
 4204 	if (!task_function_call(task, __perf_event_period, &pe))  in perf_event_period()
 9504 		task_function_call(task, __perf_cgroup_move, task);  in perf_cgroup_attach()
 
 |