aboutsummaryrefslogtreecommitdiff
path: root/include/linux/perf
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2016-08-17 19:14:20 +0200
committerThomas Gleixner <[email protected]>2016-09-02 20:05:06 +0200
commit6e103c0cfeb9ab8d40822a015da9769595096411 (patch)
treef06994c1d848a44a7253e07b9a3b2d6f1247013e /include/linux/perf
parentcf392d10b69e6e6c57ceea48b347a2ab1a4b75b2 (diff)
arm/perf: Use multi instance instead of custom list
Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux/perf')
-rw-r--r--include/linux/perf/arm_pmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf/arm_pmu.h b/include/linux/perf/arm_pmu.h
index e18843809eec..4ad1b408c0bb 100644
--- a/include/linux/perf/arm_pmu.h
+++ b/include/linux/perf/arm_pmu.h
@@ -109,7 +109,7 @@ struct arm_pmu {
DECLARE_BITMAP(pmceid_bitmap, ARMV8_PMUV3_MAX_COMMON_EVENTS);
struct platform_device *plat_device;
struct pmu_hw_events __percpu *hw_events;
- struct list_head entry;
+ struct hlist_node node;
struct notifier_block cpu_pm_nb;
};