aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2021-03-12 17:30:30 -0500
committerLen Brown <len.brown@intel.com>2021-05-04 18:23:15 -0400
commitba58ecde5eec898f647bba7cb07e6ec6ea1b875c (patch)
tree66b0d054565f843f28dc97b4ad3db577087b0650 /tools
parenttools/power turbostat: Fix DRAM Energy Unit on SKX (diff)
downloadlinux-dev-ba58ecde5eec898f647bba7cb07e6ec6ea1b875c.tar.xz
linux-dev-ba58ecde5eec898f647bba7cb07e6ec6ea1b875c.zip
tools/power turbostat: update version number
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 5afe85efca5c..ace100dd5a83 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5834,7 +5834,7 @@ int get_and_dump_counters(void)
}
void print_version() {
- fprintf(outf, "turbostat version 20.09.30"
+ fprintf(outf, "turbostat version 21.03.12"
" - Len Brown <lenb@kernel.org>\n");
}