Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/power/x86/amd_pstate_tracer: Fix python gnuplot package names

The prerequisites section listed non-existent packages
"phython-gnuplot" and "phython3-gnuplot", which may mislead users and
cause installation failures.

Update the names to the correct distribution package names
"python-gnuplot" and "python3-gnuplot", helping users avoid confusion
and saving time for those following the instructions.

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>

authored by

Kuan-Wei Chiu and committed by
Mario Limonciello (AMD)
e3f761be 07e27ad1

+1 -1
+1 -1
tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py
··· 11 11 gnuplot 5.0 or higher 12 12 gnuplot-py 1.8 or higher 13 13 (Most of the distributions have these required packages. They may be called 14 - gnuplot-py, phython-gnuplot or phython3-gnuplot, gnuplot-nox, ... ) 14 + gnuplot-py, python-gnuplot or python3-gnuplot, gnuplot-nox, ... ) 15 15 16 16 Kernel config for Linux trace is enabled 17 17