summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorChris Redpath <chris.redpath@arm.com>2017-06-20 12:12:49 +0100
committerChris Redpath <chris.redpath@arm.com>2017-10-23 12:30:46 +0100
commitd34d2c97ae56961ca73fc8704aec2304bb820668 (patch)
treed543bd9757ca7f996e57803ac9a0f47a1f9e3813 /tools/perf/scripts/python/export-to-postgresql.py
parent89074de67a6d5c8b99dc13d4fffca449a89938f8 (diff)
cpufreq/sched: Use cpu max freq rather than policy max
When we convert capacity into frequency, we used policy->max to get the max freq of the cpu. Since this can be changed by userspace policy or thermal events, we are potentially asking for a lower frequency than the utilization demands. Change over to using cpuinfo.max which is the max freq supported by that cpu rather than the currently-chosen max. Frequency granted still honours the max policy. Tested by setting a userspace policy and observing the relevant vars in a trace. In this instance, we ask for around 1ghz instead of 620MHz. freq_new=1013512 unfixed_freq_new=624487 capacity=546 cpuinfo_max=1900800 policy_max=1171200 Change-Id: I8c5694db42243c6fb78bb9be9046b06ac81295e7 Signed-off-by: Chris Redpath <chris.redpath@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions