summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/turbostat
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2024-04-09 02:32:58 +0300
committerLen Brown <len.brown@intel.com>2024-04-10 16:07:57 +0300
commit3ab7296a7e6aa34634dcc2926af933107a117996 (patch)
tree5ed5516254dc116e827f765eabcaa29f02910af4 /tools/testing/selftests/turbostat
parent91a91d389543a86963beec148d98d37875154bd4 (diff)
downloadlinux-3ab7296a7e6aa34634dcc2926af933107a117996.tar.xz
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/selftests/turbostat')
-rwxr-xr-xtools/testing/selftests/turbostat/defcolumns.py1
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