From ddbcc187317b820459688615eb1447e740bc49c1 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 8 Dec 2020 20:50:35 +0100 Subject: [PATCH] support for RAPL --- README.md | 2 +- configs/msr_RAPL.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 configs/msr_RAPL.txt 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