
From: Junhao He <hejunhao3@huawei.com> driver inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/ICRSOQ ---------------------------------------------------------------------- Add MIDR for HiSi HIP09. Move HiSi hip09/sys/ JSON files to hip09/ to fix print exception when run perf list, the warning log is as follows: Unexpected event hisi_sccl3_ddrc0_1/act_cnt/ Unexpected event hisi_sccl3_ddrc1_0/act_cnt/ Unexpected event hisi_sccl3_hha0/hisi_sccl3_hha0/cycles// Unexpected event hisi_sccl3_hha1/hisi_sccl3_hha1/cycles// Unexpected event hisi_sccl3_l3c0/back_invalid/ Unexpected event hisi_sccl3_l3c1/back_invalid/ Signed-off-by: Junhao He <hejunhao3@huawei.com> Signed-off-by: Qinxin Xia <xiaqinxin@huawei.com> Signed-off-by: Qizhi Zhang <zhangqizhi3@h-partners.com> Signed-off-by: JiangShui Yang <yangjiangshui@h-partners.com> --- .../arm64/hisilicon/hip09/sys/uncore-cpa.json | 81 ----------- .../hisilicon/hip09/sys/uncore-ddrc.json | 117 --------------- .../arm64/hisilicon/hip09/sys/uncore-hha.json | 102 ------------- .../arm64/hisilicon/hip09/sys/uncore-l3c.json | 125 ---------------- .../arm64/hisilicon/hip09/sys/uncore-pa.json | 86 ----------- .../hisilicon/hip09/sys/uncore-sllc.json | 134 ------------------ 6 files changed, 645 deletions(-) delete mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json delete mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-ddrc.json delete mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-hha.json delete mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-l3c.json delete mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-pa.json delete mode 100644 tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-sllc.json diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json deleted file mode 100644 index 7bcddec8a84f..000000000000 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-cpa.json +++ /dev/null @@ -1,81 +0,0 @@ -[ - { - "ConfigCode": "0x00", - "EventName": "cpa_cycles", - "BriefDescription": "count of CPA cycles", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0x61", - "EventName": "cpa_p1_wr_dat", - "BriefDescription": "Number of write ops transmitted by the P1 port", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0x62", - "EventName": "cpa_p1_rd_dat", - "BriefDescription": "Number of read ops transmitted by the P1 port", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0x3", - "EventName": "cpa_p1_rd_dat_64b", - "BriefDescription": "Number of read ops transmitted by the P1 port which size is 64 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0x4", - "EventName": "cpa_p1_rd_dat_32b", - "BriefDescription": "Number of read ops transmitted by the P1 port which size is 32 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0xE1", - "EventName": "cpa_p0_wr_dat", - "BriefDescription": "Number of write ops transmitted by the P0 port", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0xE2", - "EventName": "cpa_p0_rd_dat", - "BriefDescription": "Number of read ops transmitted by the P0 port", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0x83", - "EventName": "cpa_p0_rd_dat_64b", - "BriefDescription": "Number of read ops transmitted by the P0 port which size is 64 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "ConfigCode": "0x84", - "EventName": "cpa_p0_rd_dat_32b", - "BriefDescription": "Number of read ops transmitted by the P0 port which size is 32 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "MetricExpr": "(cpa_p1_wr_dat * 64 + cpa_p1_rd_dat_64b * 64 + cpa_p1_rd_dat_32b * 32) / cpa_cycles", - "BriefDescription": "Average bandwidth of CPA Port 1", - "MetricGroup": "CPA", - "MetricName": "cpa_p1_avg_bw", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - }, - { - "MetricExpr": "(cpa_p0_wr_dat * 64 + cpa_p0_rd_dat_64b * 64 + cpa_p0_rd_dat_32b * 32) / cpa_cycles", - "BriefDescription": "Average bandwidth of CPA Port 0", - "MetricGroup": "CPA", - "MetricName": "cpa_p0_avg_bw", - "Compat": "0x00000030", - "Unit": "hisi_sicl,cpa" - } -] diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-ddrc.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-ddrc.json deleted file mode 100644 index 4a68a2fdb854..000000000000 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-ddrc.json +++ /dev/null @@ -1,117 +0,0 @@ -[ - { - "EventCode": "0x00", - "EventName": "ddrc_cycles", - "BriefDescription": "Count of DDRC cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventName": "cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x01", - "EventName": "act_cnt", - "BriefDescription": "count of DDRC active commands", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x07", - "EventName": "priority_cmd", - "BriefDescription": "count of DMC commands with the highest priority", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x0b", - "EventName": "pre_act", - "BriefDescription": "count of DDRC pre-active commands", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x41", - "EventName": "read_cmd", - "BriefDescription": "count of DDRC read commands", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x44", - "EventName": "write_cmd", - "BriefDescription": "count of DDRC write commands", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x80", - "EventName": "read_cmd_occupancy", - "BriefDescription": "count of cycles occupied by the read command in the queue", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x81", - "EventName": "write_cmd_occupancy", - "BriefDescription": "count of cycles occupied by the write command in the queue", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x83", - "EventName": "flux_wr", - "BriefDescription": "DDRC write commands", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "EventCode": "0x84", - "EventName": "flux_rd", - "BriefDescription": "DDRC read commands", - "Compat": "0x00000030", - "Unit": "hisi_sccl,ddrc" - }, - { - "MetricExpr": "flux_wr * 32 / duration_time", - "BriefDescription": "Average bandwidth of DDRC memory write(Byte/s)", - "Compat": "0x00000030", - "MetricGroup": "DDRC", - "MetricName": "ddrc_bw_write", - "Unit": "hisi_sccl,ddrc" - }, - { - "MetricExpr": "flux_rd * 32 / duration_time", - "BriefDescription": "Average bandwidth of DDRC memory read(Byte/s)", - "Compat": "0x00000030", - "MetricGroup": "DDRC", - "MetricName": "ddrc_bw_read", - "Unit": "hisi_sccl,ddrc" - }, - { - "MetricExpr": "(flux_wr + flux_rd) * 32 / duration_time", - "BriefDescription": "Average bandwidth of DDRC (including memory read and write)(Byte/s)", - "Compat": "0x00000030", - "MetricGroup": "DDRC", - "MetricName": "ddrc_bw", - "Unit": "hisi_sccl,ddrc" - }, - { - "MetricExpr": "read_cmd_occupancy / read_cmd", - "BriefDescription": "Average delay of DDRC read command scheduling", - "Compat": "0x00000030", - "MetricGroup": "DDRC", - "MetricName": "ddrc_read_lat", - "Unit": "hisi_sccl,ddrc" - }, - { - "MetricExpr": "write_cmd_occupancy / write_cmd", - "BriefDescription": "Average delay of DDRC write command scheduling", - "Compat": "0x00000030", - "MetricGroup": "DDRC", - "MetricName": "ddrc_write_lat", - "Unit": "hisi_sccl,ddrc" - } -] \ No newline at end of file diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-hha.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-hha.json deleted file mode 100644 index e49dceeaa263..000000000000 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-hha.json +++ /dev/null @@ -1,102 +0,0 @@ -[ - { - "EventCode": "0x00", - "EventName": "rx_ops_num", - "BriefDescription": "The number of all operations received by the HHA", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x01", - "EventName": "rx_outer", - "BriefDescription": "The number of all operations received by the HHA from another socket", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x02", - "EventName": "rx_sccl", - "BriefDescription": "The number of all operations received by the HHA from another SCCL in this socket", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x1c", - "EventName": "rd_ddr_64b", - "BriefDescription": "The number of read operations sent by HHA to DDRC which size is 64 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x1d", - "EventName": "wr_ddr_64b", - "BriefDescription": "The number of write operations sent by HHA to DDRC which size is 64 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x1e", - "EventName": "rd_ddr_128b", - "BriefDescription": "The number of read operations sent by HHA to DDRC which size is 128 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x1f", - "EventName": "wr_ddr_128b", - "BriefDescription": "The number of write operations sent by HHA to DDRC which size is 128 bytes", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x2e", - "EventName": "hha_retry", - "BriefDescription": "Count of the HHA retry", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventCode": "0x55", - "EventName": "hha_cycles", - "BriefDescription": "Count of the HHA cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "EventName": "cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,hha" - }, - { - "MetricExpr": "(rd_ddr_64b * 64 + rd_ddr_128b *128) / duration_time", - "BriefDescription": "Average bandwidth of reading DDRC(Byte/s)", - "Compat": "0x00000030", - "MetricGroup": "HHA", - "MetricName": "hha_read_ddrc_bw", - "Unit": "hisi_sccl,hha" - }, - { - "MetricExpr": "(wr_ddr_64b * 64 + wr_ddr_128b *128) / duration_time", - "BriefDescription": "Average bandwidth of writing DDRC(Byte/s)", - "Compat": "0x00000030", - "MetricGroup": "HHA", - "MetricName": "hha_write_ddrc_bw", - "Unit": "hisi_sccl,hha" - }, - { - "MetricExpr": "rx_outer / rx_ops_num", - "BriefDescription": "Rate of cross-chip operations received by HHA", - "Compat": "0x00000030", - "MetricGroup": "HHA", - "MetricName": "cross_chip_ops_rate", - "Unit": "hisi_sccl,hha" - }, - { - "MetricExpr": "rx_sccl / rx_ops_num", - "BriefDescription": "Rate of cross-die operations received by HHA", - "Compat": "0x00000030", - "MetricGroup": "HHA", - "MetricName": "cross_die_ops_rate", - "Unit": "hisi_sccl,hha" - } -] \ No newline at end of file diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-l3c.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-l3c.json deleted file mode 100644 index 46167a2eec51..000000000000 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-l3c.json +++ /dev/null @@ -1,125 +0,0 @@ -[ - { - "EventCode": "0x00", - "EventName": "rd_cpipe", - "BriefDescription": "Total read accesses", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x02", - "EventName": "rd_hit_cpipe", - "BriefDescription": "Total read hits", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x20", - "EventName": "rd_spipe", - "BriefDescription": "Count of the number of read lines that come from this cluster of CPU core in spipe", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x22", - "EventName": "rd_hit_spipe", - "BriefDescription": "Count of the number of read lines that hits in spipe of this L3C", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x29", - "EventName": "back_invalid", - "BriefDescription": "Count of the number of L3C back invalid operations", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x40", - "EventName": "retry_cpu", - "BriefDescription": "Count of the number of retry that L3C suppresses the CPU operations", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x41", - "EventName": "retry_ring", - "BriefDescription": "Count of the number of retry that L3C suppresses the ring operations", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x48", - "EventName": "l3c_hit", - "BriefDescription": "Count of the total number of L3C hit", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x80", - "EventName": "read_sum", - "Filter": "tt_core=0xff", - "BriefDescription": "total time taken by CPU to read L3C", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0xb8", - "EventName": "l3c_ref", - "BriefDescription": "Count of the total number of CPU accessed L3C", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0xb9", - "EventName": "dat_access", - "BriefDescription": "Count of the total number of CPU accessed L3C", - "Filter": "tt_core=0xff", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0xc0", - "EventName": "read_alloc", - "Filter": "tt_core=0xff", - "BriefDescription": "Count of the requests issued by CPU received by L3C", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0xce", - "EventName": "retry_alloc", - "Filter": "tt_core=0xff", - "BriefDescription": "Count of the L3C retry CPU", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventCode": "0x7f", - "EventName": "l3c_cycles", - "BriefDescription": "Count of L3C cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "EventName": "cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,l3c" - }, - { - "MetricExpr": "l3c_hit / l3c_ref", - "BriefDescription": "hit rate of L3C", - "Compat": "0x00000030", - "MetricGroup": "L3Cache", - "MetricName": "l3c_hit_rate", - "Unit": "hisi_sccl,l3c" - }, - { - "MetricExpr": "read_sum / (l3c_ref - retry_alloc)", - "BriefDescription": "Average latency of CPU reading L3", - "Compat": "0x00000030", - "MetricGroup": "L3Cache", - "MetricName": "l3c_latency", - "Unit": "hisi_sccl,l3c" - } -] \ No newline at end of file diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-pa.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-pa.json deleted file mode 100644 index 6ddc9b4ffa16..000000000000 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-pa.json +++ /dev/null @@ -1,86 +0,0 @@ -[ - { - "EventCode": "0x78", - "EventName": "pa_cycles", - "BriefDescription": "Count of PA cycles", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventName": "cycle", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x40", - "EventName": "rx_req", - "BriefDescription": "Count of the requests received by PA link0", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x41", - "EventName": "rx_req_link1", - "BriefDescription": "Count of the requests received by PA link1", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x42", - "EventName": "rx_req_link2", - "BriefDescription": "Count of the requests received by PA link2", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x43", - "EventName": "rx_req_link3", - "BriefDescription": "Count of the requests received by PA link3", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x5c", - "EventName": "tx_req", - "BriefDescription": "Count of the requests transmitted by PA link0", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x5d", - "EventName": "tx_req_link1", - "BriefDescription": "Count of the requests transmitted by PA link1", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x5e", - "EventName": "tx_req_link2", - "BriefDescription": "Count of the requests transmitted by PA link2", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "EventCode": "0x5f", - "EventName": "tx_req_link3", - "BriefDescription": "Count of the requests transmitted by PA link3", - "Compat": "0x00000030", - "Unit": "hisi_sicl,pa" - }, - { - "MetricExpr": "(rx_req + rx_req_link1 + rx_req_link2 + rx_req_link3) / duration_time", - "BriefDescription": "Average bandwidth of PA receive requests", - "Compat": "0x00000030", - "MetricGroup": "PA", - "MetricName": "pa_rx_req_bw", - "Unit": "hisi_sicl,pa" - }, - { - "MetricExpr": "(tx_req + tx_req_link1 + tx_req_link2 + tx_req_link3) / duration_time", - "BriefDescription": "Average bandwidth of PA transmitted requests", - "Compat": "0x00000030", - "MetricGroup": "PA", - "MetricName": "pa_tx_req_bw", - "Unit": "hisi_sicl,pa" - } -] \ No newline at end of file diff --git a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-sllc.json b/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-sllc.json deleted file mode 100644 index 3f62cb0c791d..000000000000 --- a/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/uncore-sllc.json +++ /dev/null @@ -1,134 +0,0 @@ -[ - { - "EventCode": "0x09", - "EventName": "sllc_cycles", - "BriefDescription": "Count of SLLC cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventName": "cycles", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x20", - "EventName": "rx_req_sum", - "BriefDescription": "total cycles SLLC taken to receive requests", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x21", - "EventName": "rx_data_sum", - "BriefDescription": "total cycles SLLC taken to receive data", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x24", - "EventName": "tx_req_sum", - "BriefDescription": "total cycles SLLC taken to transmit requests", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x25", - "EventName": "tx_data_sum", - "BriefDescription": "total cycles SLLC taken to transmit data", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x30", - "EventName": "rx_req", - "BriefDescription": "Count of the requests received by SLLC", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x31", - "EventName": "rx_data", - "BriefDescription": "Count of the data received by SLLC", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x34", - "EventName": "tx_req", - "BriefDescription": "Count of the requests transmitted by SLLC", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "EventCode": "0x35", - "EventName": "tx_data", - "BriefDescription": "Count of the data transmitted by SLLC", - "Compat": "0x00000030", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "rx_req_sum / rx_req", - "BriefDescription": "Average latency of SLLC receive requests(cycles)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_rx_req_lat", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "rx_data_sum / rx_data", - "BriefDescription": "Average latency of SLLC receive data(cycles)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_rx_data_lat", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "tx_req_sum / tx_req", - "BriefDescription": "Average latency of SLLC transmit requests(cycles)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_tx_req_lat", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "tx_data_sum / tx_data", - "BriefDescription": "Average latency of SLLC transmit data(cycles)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_tx_data_lat", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "rx_req * 332 / duration_time", - "BriefDescription": "Average bandwidth of SLLC receive requests(bits/s)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_rx_req_bw", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "rx_data * 332 / duration_time", - "BriefDescription": "Average bandwidth of SLLC receive data(bits/s)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_rx_data_bw", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "tx_req * 332 / duration_time", - "BriefDescription": "Average bandwidth of SLLC transmit requests(bits/s)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_tx_req_bw", - "Unit": "hisi_sccl,sllc" - }, - { - "MetricExpr": "tx_data * 332 / duration_time", - "BriefDescription": "Average bandwidth of SLLC transmit data(bits/s)", - "Compat": "0x00000030", - "MetricGroup": "SLLC", - "MetricName": "sllc_tx_data_bw", - "Unit": "hisi_sccl,sllc" - } -] \ No newline at end of file -- 2.43.0