mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 20:06:09 +00:00
2305c15ee4
sorry anyone who was maintaining patches against this or had hardcoded paths
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
40COL
|
|
%c%RAPL PAPI Interface
|
|
|
|
* Access to RAPL data requires reading
|
|
a CPU MSR register.
|
|
This requires OS support
|
|
|
|
* Linux currently has no driver and
|
|
likely won't for the near future
|
|
|
|
* Linux does support an 'MSR' driver.
|
|
Given proper read permissions, MSRs
|
|
can be accessed via /dev/cpu/*/msr
|
|
|
|
* PAPI uses the 'MSR' driver to gather
|
|
RAPL values
|
|
|