summaryrefslogtreecommitdiffstats
path: root/tools/power/x86
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2022-04-16 23:50:52 -0400
committerLen Brown <len.brown@intel.com>2022-04-17 00:05:25 -0400
commit58990892ca29c310eca7df1d39d3dbc1b18c2d0e (patch)
tree4a29fd99a6de6f77db0ebc31d1bff6ad90b9d09b /tools/power/x86
parent9878bf7a9fb08cfb9798cb5a42e9f5b916153db8 (diff)
downloadlinux-58990892ca29c310eca7df1d39d3dbc1b18c2d0e.tar.bz2
tools/power turbostat: version 2022.04.16
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/x86')
-rw-r--r--tools/power/x86/turbostat/turbostat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index 0e7dd02ee308..959259eb6c8b 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -3,7 +3,7 @@
* turbostat -- show CPU frequency and C-state residency
* on modern Intel and AMD processors.
*
- * Copyright (c) 2021 Intel Corporation.
+ * Copyright (c) 2022 Intel Corporation.
* Len Brown <len.brown@intel.com>
*/
@@ -6128,7 +6128,7 @@ int get_and_dump_counters(void)
void print_version()
{
- fprintf(outf, "turbostat version 21.05.04" " - Len Brown <lenb@kernel.org>\n");
+ fprintf(outf, "turbostat version 2022.04.16 - Len Brown <lenb@kernel.org>\n");
}
int add_counter(unsigned int msr_num, char *path, char *name,