diff options
author | Len Brown <len.brown@intel.com> | 2024-04-08 19:32:58 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2024-04-10 09:07:57 -0400 |
commit | 3ab7296a7e6aa34634dcc2926af933107a117996 (patch) | |
tree | 5ed5516254dc116e827f765eabcaa29f02910af4 /tools/testing | |
parent | 91a91d389543a86963beec148d98d37875154bd4 (diff) |
tools/power turbostat: v2024.04.10
Much of turbostat can now run with perf, rather than using the MSR driver
Some of turbostat can now run as a regular non-root user.
Add some new output columns for some new GFX hardware.
[This patch updates the version, but otherwise changes no function;
it touches up some checkpatch issues from previous patches]
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/selftests/turbostat/defcolumns.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/turbostat/defcolumns.py b/tools/testing/selftests/turbostat/defcolumns.py index 70d3b7780311..d9b042097da7 100755 --- a/tools/testing/selftests/turbostat/defcolumns.py +++ b/tools/testing/selftests/turbostat/defcolumns.py @@ -1,4 +1,5 @@ #!/bin/env python3 +# SPDX-License-Identifier: GPL-2.0 import subprocess from shutil import which |