Searched refs:disable_all (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/arch/sh/include/asm/
H A Dperf_event.h11 void (*disable_all)(void); member in struct:sh_pmu
H A Dhw_breakpoint.h36 void (*disable_all)(void); member in struct:sh_ubc
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dubc.c95 .disable_all = sh4a_ubc_disable_all,
H A Dperf_event.c286 .disable_all = sh4a_pmu_disable_all,
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_knc.c292 .disable_all = knc_pmu_disable_all,
H A Dperf_event_p6.c203 .disable_all = p6_pmu_disable_all,
H A Dperf_event.c598 * after disable_all.
600 * If PMI hits before disable_all, the PMU will be disabled in the NMI handler.
602 * handling the NMI, disable_all will be called, which will not change the
603 * state either. If PMI hits after disable_all, the PMU is already disabled
623 x86_pmu.disable_all(); x86_pmu_disable()
H A Dperf_event_amd.c625 .disable_all = x86_pmu_disable_all,
H A Dperf_event.h513 void (*disable_all)(void); member in struct:x86_pmu
H A Dperf_event_p4.c1304 .disable_all = p4_pmu_disable_all,
H A Dperf_event_intel.c2946 .disable_all = x86_pmu_disable_all,
2986 .disable_all = intel_pmu_disable_all,
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c252 .disable_all = sh7750_pmu_disable_all,
/linux-4.4.14/arch/sh/kernel/
H A Dhw_breakpoint.c302 sh_ubc->disable_all(); hw_breakpoint_handler()
H A Dperf_event.c341 sh_pmu->disable_all(); sh_pmu_disable()

Completed in 211 milliseconds