Skip to content

Commit b488997

Browse files
committed
tools/power turbostat: v2026.04.21
Since v2026.02.14 Display HT siblings in cpu# order. Add Module-ID column. Print Core-ID and APIC-ID in hex. Fix misc bugs. Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 58839fd commit b488997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/power/x86/turbostat/turbostat.c

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

1060910609
void print_version()
1061010610
{
10611-
fprintf(outf, "turbostat version 2026.02.14 - Len Brown <lenb@kernel.org>\n");
10611+
fprintf(outf, "turbostat version 2026.04.21 - Len Brown <lenb@kernel.org>\n");
1061210612
}
1061310613

1061410614
#define COMMAND_LINE_SIZE 2048

0 commit comments

Comments
 (0)