From: Chu Guangqing Date: Fri, 31 Oct 2025 03:17:29 +0000 (+0800) Subject: perf vendor events arm64: Fix typo in Ampere eMag json file X-Git-Tag: v6.19-rc1~61^2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7f783809fc5fdd60c9cc4f5c880d0c9e47857d;p=thirdparty%2Fkernel%2Flinux.git perf vendor events arm64: Fix typo in Ampere eMag json file Correct instruction spelling errors. Signed-off-by: Chu Guangqing Reviewed-by: James Clark Reviewed-by: Ilkka Koskinen Signed-off-by: Namhyung Kim --- diff --git a/tools/perf/pmu-events/arch/arm64/ampere/emag/cache.json b/tools/perf/pmu-events/arch/arm64/ampere/emag/cache.json index 4cc50b7da5264..4001cc5753a77 100644 --- a/tools/perf/pmu-events/arch/arm64/ampere/emag/cache.json +++ b/tools/perf/pmu-events/arch/arm64/ampere/emag/cache.json @@ -81,7 +81,7 @@ "BriefDescription": "L2D TLB access" }, { - "PublicDescription": "Level 2 access to instruciton TLB that caused a page table walk. This event counts on any instruciton access which causes L2I_TLB_REFILL to count", + "PublicDescription": "Level 2 access to instruction TLB that caused a page table walk. This event counts on any instruction access which causes L2I_TLB_REFILL to count", "EventCode": "0x35", "EventName": "L2I_TLB_ACCESS", "BriefDescription": "L2I TLB access"