Skip to content

Commit 10a149e

Browse files
ilkka-koskinenacmel
authored andcommitted
perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_MEM_FAULT
The documentation wrongly called the event as BPU_FLUSH_MEM_FAULT and now has been fixed. Correct the name in the perf tool as well. Fixes: a9650b7 ("perf vendor events arm64: Add AmpereOne core PMU events") Reviewed-by: Ian Rogers <[email protected]> Signed-off-by: Ilkka Koskinen <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ilkka Koskinen <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: James Clark <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: John Garry <[email protected]> Cc: Leo Yan <[email protected]> Cc: [email protected] Cc: Mark Rutland <[email protected]> Cc: Mike Leach <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 28b0174 commit 10a149e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/pmu-events/arch/arm64/ampere/ampereone/core-imp-def.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
{
111111
"PublicDescription": "Flushes due to memory hazards",
112112
"EventCode": "0x121",
113-
"EventName": "BPU_FLUSH_MEM_FAULT",
113+
"EventName": "GPC_FLUSH_MEM_FAULT",
114114
"BriefDescription": "Flushes due to memory hazards"
115115
},
116116
{

0 commit comments

Comments
 (0)