diff options
author | 2017-01-31 23:07:49 -0500 | |
---|---|---|
committer | 2017-03-01 00:14:20 -0500 | |
commit | 31e07522be566cd039ff7a770550076cc1707a0c (patch) | |
tree | 8841bd6ebbe54fcc5464193ad99c37dc7773c282 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | tools/power turbostat: skip unused counters on SKX (diff) | |
download | linux-dev-31e07522be566cd039ff7a770550076cc1707a0c.tar.xz linux-dev-31e07522be566cd039ff7a770550076cc1707a0c.zip |
tools/power turbostat: fix decoding for GLM, DNV, SKX turbo-ratio limits
Newer processors do not hard-code the the number of cpus in each bin
to {1, 2, 3, 4, 5, 6, 7, 8} Rather, they can specify any number
of CPUS in each of the 8 bins:
eg.
...
37 * 100.0 = 3600.0 MHz max turbo 4 active cores
38 * 100.0 = 3700.0 MHz max turbo 3 active cores
39 * 100.0 = 3800.0 MHz max turbo 2 active cores
39 * 100.0 = 3900.0 MHz max turbo 1 active cores
could now look something like this:
...
37 * 100.0 = 3600.0 MHz max turbo 16 active cores
38 * 100.0 = 3700.0 MHz max turbo 8 active cores
39 * 100.0 = 3800.0 MHz max turbo 4 active cores
39 * 100.0 = 3900.0 MHz max turbo 2 active cores
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions