diff options
| author | Len Brown <[email protected]> | 2025-08-10 01:08:26 +0000 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2025-08-10 01:24:46 +0000 |
| commit | 5e98a5e73edcc4114c5ad10596db87e24f50ee4d (patch) | |
| tree | 43d632ffe8020f32404050664f3c330247baecc6 /tools | |
| parent | tools/power turbostat: Handle non-root legacy-uncore sysfs permissions (diff) | |
| download | kernel-5e98a5e73edcc4114c5ad10596db87e24f50ee4d.tar.gz kernel-5e98a5e73edcc4114c5ad10596db87e24f50ee4d.zip | |
tools/power turbostat: version 2025.09.09
Probe and display L3 Cache topology
Add ability to average an added counter
(useful for pre-integrated "counters", such as Watts)
Break the limit of 64 built-in counters.
Assorted bug fixes and minor feature tweaks
Signed-off-by: Len Brown <[email protected]>
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 76f4093959d5..72a280e7a9d5 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -10126,7 +10126,7 @@ int get_and_dump_counters(void) void print_version() { - fprintf(outf, "turbostat version 2025.06.08 - Len Brown <[email protected]>\n"); + fprintf(outf, "turbostat version 2025.09.09 - Len Brown <[email protected]>\n"); } #define COMMAND_LINE_SIZE 2048 |
