perf jevents: Add support for Hisi hip08 HHA PMU aliasing
authorJohn Garry <john.garry@huawei.com>
Fri, 28 Jun 2019 14:35:51 +0000 (22:35 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 2 Jul 2019 19:08:15 +0000 (16:08 -0300)
Add support for Hisi hip08 HHA PMU aliasing.

The kernel driver is in drivers/perf/hisilicon/hisi_uncore_hha_pmu.c

Signed-off-by: John Garry <john.garry@huawei.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Cc: Hendrik Brueckner <brueckner@linux.ibm.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Shaokun Zhang <zhangshaokun@hisilicon.com>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linuxarm@huawei.com
Link: http://lkml.kernel.org/r/1561732552-143038-4-git-send-email-john.garry@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/pmu-events/arch/arm64/hisilicon/hip08/uncore-hha.json [new file with mode: 0644]
tools/perf/pmu-events/jevents.c

diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/uncore-hha.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/uncore-hha.json
new file mode 100644 (file)
index 0000000..447d306
--- /dev/null
@@ -0,0 +1,51 @@
+[
+   {
+           "EventCode": "0x00",
+           "EventName": "uncore_hisi_hha.rx_ops_num",
+           "BriefDescription": "The number of all operations received by the HHA",
+           "PublicDescription": "The number of all operations received by the HHA",
+           "Unit": "hisi_sccl,hha",
+   },
+   {
+           "EventCode": "0x01",
+           "EventName": "uncore_hisi_hha.rx_outer",
+           "BriefDescription": "The number of all operations received by the HHA from another socket",
+           "PublicDescription": "The number of all operations received by the HHA from another socket",
+           "Unit": "hisi_sccl,hha",
+   },
+   {
+           "EventCode": "0x02",
+           "EventName": "uncore_hisi_hha.rx_sccl",
+           "BriefDescription": "The number of all operations received by the HHA from another SCCL in this socket",
+           "PublicDescription": "The number of all operations received by the HHA from another SCCL in this socket",
+           "Unit": "hisi_sccl,hha",
+   },
+   {
+           "EventCode": "0x1c",
+           "EventName": "uncore_hisi_hha.rd_ddr_64b",
+           "BriefDescription": "The number of read operations sent by HHA to DDRC which size is 64 bytes",
+           "PublicDescription": "The number of read operations sent by HHA to DDRC which size is 64bytes",
+           "Unit": "hisi_sccl,hha",
+   },
+   {
+           "EventCode": "0x1d",
+           "EventName": "uncore_hisi_hha.wr_dr_64b",
+           "BriefDescription": "The number of write operations sent by HHA to DDRC which size is 64 bytes",
+           "PublicDescription": "The number of write operations sent by HHA to DDRC which size is 64 bytes",
+           "Unit": "hisi_sccl,hha",
+   },
+   {
+           "EventCode": "0x1e",
+           "EventName": "uncore_hisi_hha.rd_ddr_128b",
+           "BriefDescription": "The number of read operations sent by HHA to DDRC which size is 128 bytes",
+           "PublicDescription": "The number of read operations sent by HHA to DDRC which size is 128 bytes",
+           "Unit": "hisi_sccl,hha",
+   },
+   {
+           "EventCode": "0x1f",
+           "EventName": "uncore_hisi_hha.wr_ddr_128b",
+           "BriefDescription": "The number of write operations sent by HHA to DDRC which size is 128 bytes",
+           "PublicDescription": "The number of write operations sent by HHA to DDRC which size is 128 bytes",
+           "Unit": "hisi_sccl,hha",
+   },
+]
index d599774..3c95aff 100644 (file)
@@ -237,6 +237,7 @@ static struct map {
        { "CPU-M-SF", "cpum_sf" },
        { "UPI LL", "uncore_upi" },
        { "hisi_sccl,ddrc", "hisi_sccl,ddrc" },
+       { "hisi_sccl,hha", "hisi_sccl,hha" },
        {}
 };