Skip to content

Commit b8337e6

Browse files
committed
tools/power turbostat: version 2023.11.07
Turbostat features are now table-driven (Rui Zhang) Add support for some new platforms (Sumeet Pawnikar, Rui Zhang) Gracefully run in configs when CPUs are limited (Rui Zhang, Srinivas Pandruvada) misc minor fixes. Signed-off-by: Len Brown <len.brown@intel.com>
1 parent f2c1dba commit b8337e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6259,7 +6259,7 @@ int get_and_dump_counters(void)
62596259

62606260
void print_version()
62616261
{
6262-
fprintf(outf, "turbostat version 2023.03.17 - Len Brown <lenb@kernel.org>\n");
6262+
fprintf(outf, "turbostat version 2023.11.07 - Len Brown <lenb@kernel.org>\n");
62636263
}
62646264

62656265
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)