[PATCH v2 2/2] perf script powerpc: Fix a typo in the name of H_DISABLE_AND_GET

From: Gautam Menghani

Date: Tue Jun 02 2026 - 08:02:15 EST


From: Gautam Menghani <gautam@xxxxxxxxxxxxx>

The name of the hcall for opcode 432 is "H_DISABLE_AND_GET". This typo
was fixed in the main file [1] in the commit 0f10228c6ff6 ("KVM: PPC: Fix
typo on H_DISABLE_AND_GET hcall").

[1]: arch/powerpc/include/asm/hvcall.h

Signed-off-by: Gautam Menghani <gautam@xxxxxxxxxxxxx>
---
v2:
1. New patch. Separated out from the original patch

tools/perf/scripts/python/powerpc-hcalls.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/scripts/python/powerpc-hcalls.py b/tools/perf/scripts/python/powerpc-hcalls.py
index f897d6a5e051..4c14bd05da46 100644
--- a/tools/perf/scripts/python/powerpc-hcalls.py
+++ b/tools/perf/scripts/python/powerpc-hcalls.py
@@ -112,7 +112,7 @@ hcall_table = {
420: 'H_CREATE_RPT',
424: 'H_REMOVE_RPT',
428: 'H_REGISTER_RPAGES',
- 432: 'H_DISABLE_AND_GETC',
+ 432: 'H_DISABLE_AND_GET',
436: 'H_ERROR_DATA',
440: 'H_GET_HCA_INFO',
444: 'H_GET_PERF_COUNT',
--
2.53.0