drivers/perf: arm_pmu: implement CPU_PM notifier
[cascardo/linux.git] / include / linux / perf / arm_pmu.h
index 2d5eaaa..4196c90 100644 (file)
@@ -108,6 +108,7 @@ struct arm_pmu {
        struct platform_device  *plat_device;
        struct pmu_hw_events    __percpu *hw_events;
        struct notifier_block   hotplug_nb;
+       struct notifier_block   cpu_pm_nb;
 };
 
 #define to_arm_pmu(p) (container_of(p, struct arm_pmu, pmu))