Searched refs:cpu_function_call (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/events/ | 
| D | core.c | 131 static int cpu_function_call(int cpu, remote_function_f func, void *info)  in cpu_function_call()  function268 		cpu_function_call(event->cpu, event_function, &efs);  in event_function_call()
 2670 		cpu_function_call(cpu, __perf_install_in_context, event);  in perf_install_in_context()
 2890 		ret = cpu_function_call(READ_ONCE(event->oncpu),  in perf_event_stop()
 6989 		err = cpu_function_call(cpu, __perf_pmu_output_stop, event);  in perf_pmu_output_stop()
 9959 		cpu_function_call(cpu,  in perf_event_mux_interval_ms_store()
 
 |