aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2018-06-20 13:55:29 -0400
committerLen Brown <len.brown@intel.com>2018-06-20 13:55:29 -0400
commit73780cd816e071b0fc0f74e204a9cb30fdb291c5 (patch)
tree86336dbcd898224006d66b9ac608b7997169dae8 /tools/power/x86
parenttools/power turbostat: add the missing command line switches (diff)
downloadlinux-dev-73780cd816e071b0fc0f74e204a9cb30fdb291c5.tar.xz
linux-dev-73780cd816e071b0fc0f74e204a9cb30fdb291c5.zip
tools/power turbostat: version 18.06.20
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/x86')
-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 108c3bf2a67c..4d14bbbf9b63 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5102,7 +5102,7 @@ int get_and_dump_counters(void)
}
void print_version() {
- fprintf(outf, "turbostat version 18.06.01"
+ fprintf(outf, "turbostat version 18.06.20"
" - Len Brown <lenb@kernel.org>\n");
}