Lines Matching +full:ddr +full:- +full:pmu

2 HiSilicon SoC uncore Performance Monitoring Unit (PMU)
13 two HHAs (0 - 1) and four DDRCs (0 - 3), respectively.
15 HiSilicon SoC uncore PMU driver
16 -------------------------------
18 Each device PMU has separate registers for event counting, control and
19 interrupt, and the PMU driver shall register perf PMU drivers like L3C,
27 Each L3C, HHA and DDRC is registered as a separate PMU with perf. The PMU
28 name will appear in event listing as hisi_sccl<sccl-id>_module<index-id>.
29 where "sccl-id" is the identifier of the SCCL and "index-id" is the index of
39 ID used to count the uncore PMU event.
44 hisi_sccl3_l3c0/rd_hit_cpipe/ [kernel PMU event]
45 ------------------------------------------
46 hisi_sccl3_l3c0/wr_hit_cpipe/ [kernel PMU event]
47 ------------------------------------------
48 hisi_sccl1_l3c0/rd_hit_cpipe/ [kernel PMU event]
49 ------------------------------------------
50 hisi_sccl1_l3c0/wr_hit_cpipe/ [kernel PMU event]
51 ------------------------------------------
53 $# perf stat -a -e hisi_sccl3_l3c0/rd_hit_cpipe/ sleep 5
54 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02/ sleep 5
56 For HiSilicon uncore PMU v2 whose identifier is 0x30, the topology is the same
57 as PMU v1, but some new functions are added to the hardware.
59 (a) L3C PMU supports filtering by core/thread within the cluster which can be
62 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02,tt_core=0x3/ sleep 5
70 3'b111 represents atomic non-store operations, other values are reserved::
72 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02,tt_req=0x4/ sleep 5
79 5'b01000: comes from L3C in the cross-die;
81 5'b01110: comes from the local DDR;
82 5'b01111: comes from the cross-die DDR;
83 5'b10000: comes from cross-socket DDR;
85 cores. If datasrc_cfg is used in the multi-chips, the datasrc_skt shall be
88 $# perf stat -a -e hisi_sccl3_l3c0/config=0xb9,datasrc_cfg=0xE/,
94 SoC has a unique ID. Each ID is 11bits, include a 6-bit SCCL-ID and 5-bit
95 CCL/ICL-ID. For I/O die, the ICL-ID is followed by:
103 tgtid_cmd & tgtid_msk. A set bit in srcid_msk/tgtid_msk means the PMU will not
108 the total counter values in the PMU counters.
114 the PMU devices in the SoC and its information if needed.