Searched refs:task_function_call (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/events/
H A Dcore.c96 * task_function_call - call a function on the cpu on which a task runs
109 task_function_call(struct task_struct *p, remote_function_f func, void *info) function
242 * rather, we'll have bailed in task_function_call() or the
291 if (!task_function_call(task, event_function, &efs))
2896 * We do this by task_function_call(), if the IPI fails to hit the task
2909 if (!task_function_call(task, __perf_install_in_context, event))
13869 task_function_call(task, __perf_cgroup_move, task);

Completed in 220 milliseconds