Skip to content

Commit

Permalink
tools/power turbostat: version 2021.05.04
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
lenb committed May 5, 2021
1 parent b60c573 commit 3c070b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3c070b2

Please sign in to comment.