Searched refs:cpu_function_call (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/events/
H A Dcore.c135 * cpu_function_call - call a function on the cpu
144 static int cpu_function_call(int cpu, remote_function_f func, void *info) function
283 cpu_function_call(event->cpu, event_function, &efs);
2867 cpu_function_call(cpu, __perf_install_in_context, event);
3097 ret = cpu_function_call(READ_ONCE(event->oncpu),
8153 err = cpu_function_call(cpu, __perf_pmu_output_stop, event);
11420 cpu_function_call(cpu, perf_mux_hrtimer_restart_ipi, cpc);

Completed in 165 milliseconds