We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9878bf7 commit 5899089Copy full SHA for 5899089
1 file changed
tools/power/x86/turbostat/turbostat.c
@@ -3,7 +3,7 @@
3
* turbostat -- show CPU frequency and C-state residency
4
* on modern Intel and AMD processors.
5
*
6
- * Copyright (c) 2021 Intel Corporation.
+ * Copyright (c) 2022 Intel Corporation.
7
* Len Brown <len.brown@intel.com>
8
*/
9
@@ -6128,7 +6128,7 @@ int get_and_dump_counters(void)
6128
6129
void print_version()
6130
{
6131
- 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");
6132
}
6133
6134
int add_counter(unsigned int msr_num, char *path, char *name,
0 commit comments