tools/power/x86/amd_pstate_tracer: Fix python gnuplot package names
authorKuan-Wei Chiu <visitorckw@gmail.com>
Sun, 24 Aug 2025 20:09:02 +0000 (04:09 +0800)
committerMario Limonciello (AMD) <superm1@kernel.org>
Tue, 23 Sep 2025 18:42:20 +0000 (13:42 -0500)
commite3f761be5a178bdd5cd80351c5ca0a0cf675ef7e
tree8eadf2607b0291eb29e57f16b79724348dac0876
parent07e27ad16399afcd693be20211b0dfae63e0615f
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>
tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py