Debug tools for AMD zen systems

Clone this repo:
  1. 36a5ff7 Don't require CPU topology by Mario Limonciello (AMD) · 2 weeks ago master 0.2.11
  2. 65a2dcd Extend VARIANT_ID check to support both workstation and kde editions by copilot-swe-agent[bot] · 3 weeks ago
  3. 4cb12a8 s2idle: Look at the socket level for telling how many CPUs are present by Mario Limonciello · 3 weeks ago 0.2.10
  4. 7f6fa73 Fix for incorrect S0ix cycle count in amd-s2idle.py script by mythilam · 4 weeks ago
  5. 4dfec56 Fix tests to patch module-specific open instead of builtins.open by copilot-swe-agent[bot] · 4 weeks ago

Helpful tools for debugging AMD Zen systems

codecov PyPI

This repository hosts open tools that are useful for debugging issues on AMD systems.

Installation

Distro (Arch)

amd-debug-tools has been packaged for Arch Linux (and derivatives). You can install it using:

pacman -Sy amd-debug-tools

Using a python wheel (Generic)

It is suggested to install tools in a virtual environment either using pipx or python3 -m venv.

From PyPI

amd-debug-tools is distributed as a python wheel, which is a binary package format for Python. To install from PyPI, run the following command:

pipx install amd-debug-tools

From source

To build the package from source, you will need to the python3-build package natively installed by your distribution package manager. Then you can generate and install a wheel by running the following commands:

python3 -m build
pipx install dist/amd-debug-tools-*.whl

Ensuring path

If you have not used a pipx environment before, you may need to run the following command to set up the environment:

pipx ensurepath

This will add the pipx environment to your path.

Running in-tree

Documentation about running directly from a git checkout is available here.

Tools

Each tool has its own individual documentation page: