From 447911699479dd415974ef1db0714b8fdc870619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Chachignot?= Date: Tue, 15 Apr 2025 16:27:03 +0200 Subject: [PATCH] docs : remove mention of AMD Zen 1 support --- docs/reference/sensors/hwpc-sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sensors/hwpc-sensor.md b/docs/reference/sensors/hwpc-sensor.md index 89c3869..8118e7b 100644 --- a/docs/reference/sensors/hwpc-sensor.md +++ b/docs/reference/sensors/hwpc-sensor.md @@ -5,7 +5,7 @@ performance counter and the power consumption of CPU. HWPC Sensor uses the RAPL (Running Average Power Limit) technology to monitor CPU power consumption. This technology is only available on **Intel Sandy Bridge** -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. +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 2 and Zen 3**. **Power/ARM/RISCV are not supported** architectures. In particular, it exploits the `perf` API of the **Linux kernel**. It is only available on Linux and need to have **root access** to be used. If you are using version **1.2 or older**, the sensor requires **cgroup V1**.