diff options
author | Len Brown <len.brown@intel.com> | 2022-04-17 06:50:52 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2022-04-17 07:05:25 +0300 |
commit | 58990892ca29c310eca7df1d39d3dbc1b18c2d0e (patch) | |
tree | 4a29fd99a6de6f77db0ebc31d1bff6ad90b9d09b /tools/power | |
parent | 9878bf7a9fb08cfb9798cb5a42e9f5b916153db8 (diff) | |
download | linux-58990892ca29c310eca7df1d39d3dbc1b18c2d0e.tar.xz |
tools/power turbostat: version 2022.04.16
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 4 |
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, |