diff options
author | Len Brown <len.brown@intel.com> | 2021-05-04 19:58:08 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2021-05-04 20:01:09 -0400 |
commit | 3c070b2abf85b92455c2721d0a9edc68893ab6c1 (patch) | |
tree | 2773f95b5de061cb06212f38a7340ee6c8c25998 /tools/power | |
parent | b60c573dc241ab3a8719e990d86a0011b79eebcb (diff) |
tools/power turbostat: version 2021.05.04
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 4bb08de4cb71..47d3ba895d6d 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) 2013 Intel Corporation. + * Copyright (c) 2021 Intel Corporation. * Len Brown <len.brown@intel.com> */ @@ -5973,7 +5973,7 @@ int get_and_dump_counters(void) void print_version() { - fprintf(outf, "turbostat version 21.03.12" " - Len Brown <lenb@kernel.org>\n"); + fprintf(outf, "turbostat version 21.05.04" " - Len Brown <lenb@kernel.org>\n"); } int add_counter(unsigned int msr_num, char *path, char *name, |