Skip to content

docs : remove mention of AMD Zen 1 support #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/sensors/hwpc-sensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down