stop_scheduling   994 arch/x86/events/core.c 	if (x86_pmu.stop_scheduling)
stop_scheduling   995 arch/x86/events/core.c 		x86_pmu.stop_scheduling(cpuc);
stop_scheduling  4219 arch/x86/events/intel/core.c 	x86_pmu.stop_scheduling = intel_stop_scheduling;
stop_scheduling  5204 arch/x86/events/intel/core.c 	x86_pmu.stop_scheduling = NULL;
stop_scheduling   611 arch/x86/events/perf_event.h 	void		(*stop_scheduling)(struct cpu_hw_events *cpuc);