diff --git a/README.md b/README.md index 9739260..d21428b 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ You can find details on the meanings of the different parts of the entries in ch ## MSR Performance Counter Config Files -Some performance counters, such as the uncore counters on Intel CPUs, cannot be read with the `RDPMC` instruction, but only with the `RDMSR` instruction. The entries in the corresponding configuration files have the following format: +Some performance counters, such as the uncore counters or the RAPL counters on Intel CPUs, cannot be read with the `RDPMC` instruction, but only with the `RDMSR` instruction. The entries in the corresponding configuration files have the following format: msr_...=...(.msr_...=...)* msr_... Name diff --git a/configs/msr_RAPL.txt b/configs/msr_RAPL.txt new file mode 100644 index 0000000..bcd68ab --- /dev/null +++ b/configs/msr_RAPL.txt @@ -0,0 +1,4 @@ +msr_611 MSR_PKG_ENERGY_STATUS +msr_639 MSR_PP0_ENERGY_STATUS +msr_641 MSR_PP1_ENERGY_STATUS +msr_619 MSR_DRAM_ENERGY_STATUS