Skip to content

Commit 5899089

Browse files
committed
tools/power turbostat: version 2022.04.16
Signed-off-by: Len Brown <[email protected]>
1 parent 9878bf7 commit 5899089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* turbostat -- show CPU frequency and C-state residency
44
* on modern Intel and AMD processors.
55
*
6-
* Copyright (c) 2021 Intel Corporation.
6+
* Copyright (c) 2022 Intel Corporation.
77
* Len Brown <[email protected]>
88
*/
99

@@ -6128,7 +6128,7 @@ int get_and_dump_counters(void)
61286128

61296129
void print_version()
61306130
{
6131-
fprintf(outf, "turbostat version 21.05.04" " - Len Brown <[email protected]>\n");
6131+
fprintf(outf, "turbostat version 2022.04.16 - Len Brown <[email protected]>\n");
61326132
}
61336133

61346134
int add_counter(unsigned int msr_num, char *path, char *name,

0 commit comments

Comments
 (0)