dos33fsprogs/asoft_presenter/presenter_demo/slide_16_rapl_papi

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