]> git.baikalelectronics.ru Git - kernel.git/commit
tools/power turbostat: hide SKL counters, when not requested
authorLen Brown <len.brown@intel.com>
Sun, 21 May 2017 00:11:55 +0000 (20:11 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 24 Jun 2017 03:52:23 +0000 (20:52 -0700)
commit2711291da001bf9058d6d35944e105eaa9d344cf
treedb966e4d8dd7f5db5211151a0e9e91b3d7108d47
parente9e02ea9c2ec5186bb77a8d5bc3b7bee407a45bb
tools/power turbostat: hide SKL counters, when not requested

Skylake has some new counters, and they were erroneously
exempt  from --show and --hide

eg.

turbostat  --quiet --show CPU
CPU Totl%C0 Any%C0 GFX%C0 CPUGFX%
- 116.73 90.56 85.69 79.00
0 117.78 91.38 86.47 79.71
2
1
3

is now

CPU
-
0
2
1
3

Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c