https://github.com/torvalds/linux
Revision f0e4ed752fda6997b41917c94a5478b340178001 authored by Patryk Wlazlyn on 22 July 2024, 20:11:03 UTC, committed by Len Brown on 26 July 2024, 18:35:49 UTC
Allows users to read Intel PMT (Platform Monitoring Technology)
counters, providing interface similar to one used to add MSR and perf
counters. Because PMT is exposed as a raw MMIO range, without metadata,
user has to supply the necessary information to find and correctly
display the requested counter.

Signed-off-by: Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
1 parent f3065f9
History
Tip revision: f0e4ed752fda6997b41917c94a5478b340178001 authored by Patryk Wlazlyn on 22 July 2024, 20:11:03 UTC
tools/power turbostat: Add early support for PMT counters
Tip revision: f0e4ed7
File Mode Size
Makefile -rw-r--r-- 361 bytes
compat.c -rw-r--r-- 2.2 KB
ipc_sysctl.c -rw-r--r-- 8.0 KB
mq_sysctl.c -rw-r--r-- 3.9 KB
mqueue.c -rw-r--r-- 43.5 KB
msg.c -rw-r--r-- 32.3 KB
msgutil.c -rw-r--r-- 3.6 KB
namespace.c -rw-r--r-- 5.8 KB
sem.c -rw-r--r-- 63.1 KB
shm.c -rw-r--r-- 44.9 KB
syscall.c -rw-r--r-- 5.1 KB
util.c -rw-r--r-- 24.2 KB
util.h -rw-r--r-- 8.8 KB

back to top