]> Git Repo - linux.git/commitdiff
tools/power turbostat: version 2022.04.16
authorLen Brown <[email protected]>
Sun, 17 Apr 2022 03:50:52 +0000 (23:50 -0400)
committerLen Brown <[email protected]>
Sun, 17 Apr 2022 04:05:25 +0000 (00:05 -0400)
Signed-off-by: Len Brown <[email protected]>
tools/power/x86/turbostat/turbostat.c

index 0e7dd02ee308823c23925d155d1ce586cb884c95..959259eb6c8bffc7b3b8232a9ac3bd7f1ee2b741 100644 (file)
@@ -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 <[email protected]>
  */
 
@@ -6128,7 +6128,7 @@ int get_and_dump_counters(void)
 
 void print_version()
 {
-       fprintf(outf, "turbostat version 21.05.04" " - Len Brown <[email protected]>\n");
+       fprintf(outf, "turbostat version 2022.04.16 - Len Brown <[email protected]>\n");
 }
 
 int add_counter(unsigned int msr_num, char *path, char *name,
This page took 0.064877 seconds and 4 git commands to generate.