dos33fsprogs/presenter_demo/slide_16_rapl_papi
2012-05-10 23:59:02 -04: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