diff options
author | Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com> | 2024-04-25 18:54:18 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2024-05-01 07:04:25 +0300 |
commit | 0e39702fbbcdb16ad349439065d24a3bb5e2f331 (patch) | |
tree | d4676ee46fd47243da2064cae6d1440a4fcaf5e6 /scripts/gdb/linux/cpus.py | |
parent | d3e6f6253895f499b63bac261b81732f9efc4902 (diff) | |
download | linux-0e39702fbbcdb16ad349439065d24a3bb5e2f331.tar.xz |
tools/power turbostat: Enable non-privileged users to read sysfs counters
A group of counters called "sysfs" displays software
C-state request counts and resulting perceived C-state residency.
They are not built-in counters that turbostat knows about ahead of time,
rather they are discovered in sysfs when turbostat starts.
Thus, they are added dynamically, using the same interface
as user-added MSR counters.
When turbostat enters "no-msr" mode, such as when running as a
non-privileged user, it clears all added counters.
Updating that to clear only actual MSR added counters
allows regular users to see the sysfs counters.
[lenb: commit message]
Signed-off-by: Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'scripts/gdb/linux/cpus.py')
0 files changed, 0 insertions, 0 deletions