diff options
author | 2022-04-16 22:25:45 -0400 | |
---|---|---|
committer | 2022-04-16 23:07:05 -0400 | |
commit | 164d7a965b3e31b1ea109d2bf5dd68e1b41e020f (patch) | |
tree | 6366651207fef12290df8b4f58c1da079b2508bd /scripts/gdb/linux/utils.py | |
parent | tools/power turbostat: fix ICX DRAM power numbers (diff) | |
download | wireguard-linux-164d7a965b3e31b1ea109d2bf5dd68e1b41e020f.tar.xz wireguard-linux-164d7a965b3e31b1ea109d2bf5dd68e1b41e020f.zip |
tools/power turbostat: be more useful as non-root
Don't exit if used this way:
sudo setcap cap_sys_nice,cap_sys_rawio=+ep ./turbostat
sudo chmod +r /dev/cpu/*/msr
./turbostat
note: cap_sys_admin is now also needed for the perf IPC counter:
sudo setcap cap_sys_admin,cap_sys_nice,cap_sys_rawio=+ep ./turbostat
Reported-by: Artem S. Tashkinov <aros@gmx.com>
Reported-by: Toby Broom <tbroom@outlook.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions