drivers/perf: arm_pmu: implement CPU_PM notifier
[cascardo/linux.git] / include / linux / perf / arm_pmu.h
index 83b5e34..4196c90 100644 (file)
@@ -104,9 +104,11 @@ struct arm_pmu {
        atomic_t        active_events;
        struct mutex    reserve_mutex;
        u64             max_period;
+       bool            secure_access; /* 32-bit ARM only */
        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))