diff options
| author | Len Brown <len.brown@intel.com> | 2026-04-21 18:39:20 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2026-04-22 11:31:57 -0400 |
| commit | b488997b9cb006e175908b70fc0a2f3601a763d1 (patch) | |
| tree | c3afa4c9ea414e8802fd2767b6c045afeab1b6cc /tools | |
| parent | 58839fdbd441dc079800f2575013f2c438159d5a (diff) | |
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>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index d46878c63a80..920694c3c1ec 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -10608,7 +10608,7 @@ int get_and_dump_counters(void) void print_version() { - fprintf(outf, "turbostat version 2026.02.14 - Len Brown <lenb@kernel.org>\n"); + fprintf(outf, "turbostat version 2026.04.21 - Len Brown <lenb@kernel.org>\n"); } #define COMMAND_LINE_SIZE 2048 |
