Skip to content

Commit e3f761b

Browse files
visitorckwsuperm1
authored andcommitted
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 <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Mario Limonciello (AMD) <[email protected]>
1 parent 07e27ad commit e3f761b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
gnuplot 5.0 or higher
1212
gnuplot-py 1.8 or higher
1313
(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, ... )
1515
1616
Kernel config for Linux trace is enabled
1717

0 commit comments

Comments
 (0)