
From: Yushan Wang <wangyushan12@huawei.com> driver inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/ICRSOQ ---------------------------------------------------------------------- The metric alias for hha_retry and hha_backinvalid is exchanged by mistake, correct them. Signed-off-by: Yushan Wang <wangyushan12@huawei.com> Signed-off-by: Qizhi Zhang <zhangqizhi3@h-partners.com> Signed-off-by: JiangShui Yang <yangjiangshui@h-partners.com> --- .../arch/arm64/hisilicon/hipxx/sys/uncore-hha.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hipxx/sys/uncore-hha.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hipxx/sys/uncore-hha.json index 78aed4f2641d..9c5f0a633be0 100644 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hipxx/sys/uncore-hha.json +++ b/tools/perf/pmu-events/arch/arm64/hisilicon/hipxx/sys/uncore-hha.json @@ -85,15 +85,15 @@ }, { "EventCode": "0x23", - "EventName": "hha_retry", - "BriefDescription": "Count of the HHA retry", + "EventName": "hha_backinvalid", + "BriefDescription": "Count number of HHA back invalid operations", "Compat": "0x00000030", "Unit": "hisi_sccl,hha" }, { "EventCode": "0x2e", - "EventName": "hha_backinvalid", - "BriefDescription": "Count number of HHA back invalid operations", + "EventName": "hha_retry", + "BriefDescription": "Count of the HHA retry", "Compat": "0x00000030", "Unit": "hisi_sccl,hha" }, -- 2.43.0