Lines Matching +full:multi +full:- +full:core
8 Each PCIe Core has a PMU to monitor multi Root Ports of this PCIe Core and
15 The PCIe PMU driver registers a perf PMU with the name of its sicl-id and PCIe
16 Core id.::
18 /sys/bus/event_source/hisi_pcie<sicl>_core<core>
21 see /sys/bus/event_source/devices/hisi_pcie<sicl>_core<core>.
38 ------------------------------------------
40 $# perf stat -e hisi_pcie0_core0/rx_mwr_latency/
41 $# perf stat -e hisi_pcie0_core0/rx_mwr_cnt/
42 $# perf stat -g -e hisi_pcie0_core0/rx_mwr_latency/ -e hisi_pcie0_core0/rx_mwr_cnt/
48 --------------
57 - port
60 selected by configuring the 16-bits-bitmap "port". Multi ports can be
61 selected for AP-layer-events, and only one port can be selected for
62 TL/DL-layer-events.
71 $# perf stat -e hisi_pcie0_core0/rx_mwr_latency,port=0x1/ sleep 5
73 - bdf
83 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,bdf=0x3900/ sleep 5
98 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,trig_len=0x4,trig_mode=1/ sleep 5
112 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,thr_len=0x4,thr_mode=1/ sleep 5
119 - 2'b00: Reserved (Do not use this since the behaviour is undefined)
120 - 2'b01: Bandwidth of TLP payloads
121 - 2'b10: Bandwidth of TLP headers
122 - 2'b11: Bandwidth of both TLP payloads and headers
130 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,len_mode=0x1/ sleep 5