aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2022-10-04 23:02:03 +0200
committerLen Brown <len.brown@intel.com>2022-10-04 23:02:03 +0200
commit9992dd777123b052e106eb5633de47148fef502e (patch)
tree0b03a78795ed49ffd8d40af94d278841fcdb3974 /tools/power/x86
parenttools/power turbostat: Use standard Energy Unit for SPR Dram RAPL domain (diff)
downloadlinux-dev-9992dd777123b052e106eb5633de47148fef502e.tar.xz
linux-dev-9992dd777123b052e106eb5633de47148fef502e.zip
tools/power turbostat: version 2022.10.04
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 9b572631a34b..aba460410dbd 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -6225,7 +6225,7 @@ int get_and_dump_counters(void)
void print_version()
{
- fprintf(outf, "turbostat version 2022.07.28 - Len Brown <lenb@kernel.org>\n");
+ fprintf(outf, "turbostat version 2022.10.04 - Len Brown <lenb@kernel.org>\n");
}
#define COMMAND_LINE_SIZE 2048