dos33fsprogs/utils/asoft_presenter/presenter_demo/slide_16_rapl_papi
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

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