aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2017-05-24 10:15:24 +0200
committerThomas Gleixner <[email protected]>2017-05-26 10:10:40 +0200
commit04b247c2ebdd6ba1c46c7c22546229a89760b43a (patch)
treec9e63f22bc6d39d4d9496ac586c70844cc30ead5 /tools/perf/scripts/python/check-perf-trace.py
parente9f5d63f84febb7e9dfe4e0dc696adf88053fbf2 (diff)
perf/x86/intel/cqm: Use cpuhp_setup_state_cpuslocked()
intel_cqm_init() holds get_online_cpus() while registerring the hotplug callbacks. cpuhp_setup_state() invokes get_online_cpus() as well. This is correct, but prevents the conversion of the hotplug locking to a percpu rwsem. Use cpuhp_setup_state_cpuslocked() to avoid the nested call. Convert *_online_cpus() to the new interfaces while at it. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Ingo Molnar <[email protected]> Cc: Paul E. McKenney <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions