aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2018-07-27 12:55:08 -0400
committerLen Brown <len.brown@intel.com>2018-07-27 12:55:08 -0400
commit538c48f27ac669cebd6d9abe1ce8b46d55f917ee (patch)
treee934b0c2808a19f091af1ab4c55a0bc7fba8e596 /tools/power
parenttools/power turbostat: Read extended processor family from CPUID (diff)
downloadlinux-dev-538c48f27ac669cebd6d9abe1ce8b46d55f917ee.tar.xz
linux-dev-538c48f27ac669cebd6d9abe1ce8b46d55f917ee.zip
tools/power turbostat: version 18.07.27
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power')
-rw-r--r--tools/power/x86/turbostat/turbostat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index 6c8effebf7c5..980bd9d20646 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5096,7 +5096,7 @@ int get_and_dump_counters(void)
}
void print_version() {
- fprintf(outf, "turbostat version 18.06.20"
+ fprintf(outf, "turbostat version 18.07.27"
" - Len Brown <lenb@kernel.org>\n");
}