Commit 3c070b2a authored by Len Brown's avatar Len Brown

tools/power turbostat: version 2021.05.04

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b60c573d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* turbostat -- show CPU frequency and C-state residency * turbostat -- show CPU frequency and C-state residency
* on modern Intel and AMD processors. * on modern Intel and AMD processors.
* *
* Copyright (c) 2013 Intel Corporation. * Copyright (c) 2021 Intel Corporation.
* Len Brown <len.brown@intel.com> * Len Brown <len.brown@intel.com>
*/ */
...@@ -5973,7 +5973,7 @@ int get_and_dump_counters(void) ...@@ -5973,7 +5973,7 @@ int get_and_dump_counters(void)
void print_version() 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, int add_counter(unsigned int msr_num, char *path, char *name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment