Skip to content

Commit

Permalink
tools/power turbostat: version 2025.02.02
Browse files Browse the repository at this point in the history
Summary of Changes since 2024.11.30:

Fix regression in 2023.11.07 that affinitized forked child
in one-shot mode.

Harden one-shot mode against hotplug online/offline

Enable RAPL SysWatt column by default.

Add initial PTL, CWF platform support.

Harden initial PMT code in response to early use.

Enable first built-in PMT counter: CWF c1e residency

Refuse to run on unsupported platforms without --force,
to encourage updating to a version that supports the system,
and to avoid no-so-useful measurement results.

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
lenb committed Feb 2, 2025
1 parent 5ce1e9b commit 2c4627c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/x86/turbostat/turbostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -9559,7 +9559,7 @@ int get_and_dump_counters(void)

void print_version()
{
fprintf(outf, "turbostat version 2025.01.14 - Len Brown <lenb@kernel.org>\n");
fprintf(outf, "turbostat version 2025.02.02 - Len Brown <lenb@kernel.org>\n");
}

#define COMMAND_LINE_SIZE 2048
Expand Down

0 comments on commit 2c4627c

Please sign in to comment.