Searched refs:cpu_function_call (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/kernel/events/ |
| D | core.c | 139 static int cpu_function_call(int cpu, remote_function_f func, void *info) in cpu_function_call() function 276 cpu_function_call(event->cpu, event_function, &efs); in event_function_call() 2934 cpu_function_call(cpu, __perf_install_in_context, event); in perf_install_in_context() 3164 ret = cpu_function_call(READ_ONCE(event->oncpu), in perf_event_stop() 7670 err = cpu_function_call(cpu, __perf_pmu_output_stop, event); in perf_pmu_output_stop() 10846 cpu_function_call(cpu, perf_mux_hrtimer_restart_ipi, cpuctx); in perf_event_mux_interval_ms_store()
|
| /kernel/linux/linux-6.6/kernel/events/ |
| D | core.c | 144 static int cpu_function_call(int cpu, remote_function_f func, void *info) in cpu_function_call() function 283 cpu_function_call(event->cpu, event_function, &efs); in event_function_call() 2867 cpu_function_call(cpu, __perf_install_in_context, event); in perf_install_in_context() 3097 ret = cpu_function_call(READ_ONCE(event->oncpu), in perf_event_stop() 8133 err = cpu_function_call(cpu, __perf_pmu_output_stop, event); in perf_pmu_output_stop() 11404 cpu_function_call(cpu, perf_mux_hrtimer_restart_ipi, cpc); in perf_event_mux_interval_ms_store()
|