summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2017-01-21 02:33:23 -0500
committerLen Brown <len.brown@intel.com>2017-03-01 00:14:26 -0500
commite3942ed8c66bcff496abee5182422cd542962d9e (patch)
tree435fecdc6a8017c2c3e760c02577bb8733cde4f7 /tools
parent5f3aea57773dc7f788e374994636ffc0234a355f (diff)
downloadlinux-e3942ed8c66bcff496abee5182422cd542962d9e.tar.gz
linux-e3942ed8c66bcff496abee5182422cd542962d9e.tar.xz
tools/power turbostat: version 17.02.24
The turbostat before this last set of changes is obsolete. This new version can do a lot more, but it also has some different defaults, that might catch some off-guard. So it seems a good time to give a new version number. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-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 5216549957f4..828dccd3f01e 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -4578,7 +4578,7 @@ int get_and_dump_counters(void)
}
void print_version() {
- fprintf(outf, "turbostat version 4.17 10 Jan 2017"
+ fprintf(outf, "turbostat version 17.02.24"
" - Len Brown <lenb@kernel.org>\n");
}