Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 -1
+1 -1
tools/power/x86/turbostat/turbostat.c
··· 10608 10608 10609 10609 void print_version() 10610 10610 { 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"); 10612 10612 } 10613 10613 10614 10614 #define COMMAND_LINE_SIZE 2048