aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorMatthew Wilcox <[email protected]>2016-12-21 09:47:05 -0800
committerZhang Rui <[email protected]>2017-01-04 12:47:28 +0800
commitae606089621ef0349402cfcbeca33a82abbd0fd0 (patch)
tree2d949e660aef3149afd7554f0c626fdf7b079a45 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent7a6639dca61bf14e3aad8fd31d1f16ed0acf0a60 (diff)
thermal: convert cpu_cooling to use an IDA
thermal cpu cooling does not use the ability to look up pointers by ID, so convert it from using an IDR to the more space-efficient IDA. The cooling_cpufreq_lock was being used to protect cpufreq_dev_count as well as the IDR. Rather than keep the mutex to protect a single integer, I expanded the scope of cooling_list_lock to also cover cpufreq_dev_count. We could also convert cpufreq_dev_count into an atomic. Signed-off-by: Matthew Wilcox <[email protected]> Signed-off-by: Zhang Rui <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions