Searched refs:task_function_call (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/kernel/events/ |
| D | core.c | 105 task_function_call(struct task_struct *p, remote_function_f func, void *info) in task_function_call() function 284 if (!task_function_call(task, event_function, &efs)) in event_function_call() 2976 if (!task_function_call(task, __perf_install_in_context, event)) in perf_install_in_context() 13303 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_attach()
|
| /kernel/linux/linux-6.6/kernel/events/ |
| D | core.c | 109 task_function_call(struct task_struct *p, remote_function_f func, void *info) in task_function_call() function 291 if (!task_function_call(task, event_function, &efs)) in event_function_call() 2909 if (!task_function_call(task, __perf_install_in_context, event)) in perf_install_in_context() 13853 task_function_call(task, __perf_cgroup_move, task); in perf_cgroup_attach()
|