Skip to content

Commit 896be1a

Browse files
committed
docs: Typos, Update Events names table
1 parent 9d32af8 commit 896be1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/sensors/hwpc-sensor.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ performance counter and the power consumption of CPU.
55

66
HWPC Sensor uses the RAPL (Running Average Power Limit) technology to monitor CPU
77
power consumption. This technology is only available on **Intel Sandy Bridge**
8-
architecture or **newer**. However, Intel Core **Tiger Lake**, **Alder Lake** and **Raptor Lake** families for **desktop** and **mobile** **are not supported**. The sensor is also available on **AMD Zen (1,2,34)**. **Power/ARM/RISCV are not supported** architectures.
8+
architecture or **newer**. However, Intel Core **Tiger Lake**, **Alder Lake** and **Raptor Lake** families for **desktop** and **mobile** **are not supported**. The sensor is also available on **AMD Zen (1,2,3)**. **Power/ARM/RISCV are not supported** architectures.
99

1010
In particular, it exploits the `perf` API of the **Linux kernel**. It is only available on Linux
1111
and need to have **root access** to be used. If you are using version **1.2 or older**, the sensor requires **cgroup V1**.
@@ -66,8 +66,9 @@ Table below depicts the different group events for compatible Intel and AMD arch
6666

6767
| Architectures | Group | Events |
6868
| ------------- | ----- | ------------- |
69-
|Intel Sandy Bridge and newer, AMD Zen 2 | `rapl` | `RAPL_ENERGY_PKG`, `RAPL_ENERGY_DRAM`|
70-
|Intel Sandy Bridge and newer, AMD Zen 2 | `msr` | `TSC`, `APERF`, `MPERF`|
69+
|Intel Sandy Bridge and newer | `rapl` | `RAPL_ENERGY_PKG`, `RAPL_ENERGY_DRAM`|
70+
|AMD Zen 2 and 3 | `rapl` | `RAPL_ENERGY_PKG`|
71+
|Intel Sandy Bridge and newer, AMD Zen 2 and 3 | `msr` | `TSC`, `APERF`, `MPERF`|
7172
|Intel Skylake, Whiskey Lake, Coffe Lake| `core` | `CPU_CLK_THREAD_UNHALTED:REF_P`, `CPU_CLK_THREAD_UNHALTED:THREAD_P`, `LLC_MISSES`,`INSTRUCTIONS_RETIRED`|
7273
|Intel Sandy Bridge, Comet Lake | `core` | `CPU_CLK_UNHALTED:REF_P`, `CPU_CLK_UNHALTED:THREAD_P`, `LLC_MISSES`,`INSTRUCTIONS_RETIRED`|
7374
|AMD Zen 2 | `core`| `CYCLES_NOT_IN_HALT`, `RETIRED_INSTRUCTIONS` , `RETIRED_UOPS`|

0 commit comments

Comments
 (0)