aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2014-10-23 15:23:35 +0100
committerWill Deacon <[email protected]>2014-10-30 12:17:01 +0000
commitaf66abfe2ec8bd82211e9e4f036a64c902ff4cdb (patch)
tree6240919ba10cc0f2dedfc7ac57d465cbd7174f08 /scripts/patch-kernel
parentabdf655a30b6464fe86c8369de60ccf92f73f589 (diff)
arm: perf: fold hotplug notifier into arm_pmu
Handling multiple PMUs using a single hotplug notifier requires a list of PMUs to be maintained, with synchronisation in the probe, remove, and notify paths. This is error-prone and makes the code much harder to maintain. Instead of using a single notifier, we can dynamically allocate a notifier block per-PMU. The end result is the same, but the list of PMUs is implicit in the hotplug notifier list rather than within a perf-local data structure, which makes the code far easier to handle. Signed-off-by: Mark Rutland <mark.rutland at arm.com> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions