Lines Matching +full:low +full:- +full:bandwidth
9 Port in a Vendor-Specific Extended Capability named RAS D.E.S (Debug, Error
17 - one 64-bit counter for Time Based Analysis (RX/TX data throughput and
18 time spent in each low-power LTSSM state) and
19 - one 32-bit counter for Event Counting (error and non-error events for
25 -------------------
28 throughput and time spent in each low-power LTSSM state by the controller.
31 - Group#0: Percentage of time the controller stays in LTSSM states.
32 - Group#1: Amount of data processed (Units of 16 bytes).
35 -------------------
37 Using this feature you can obtain Error and Non-Error information in
40 - Group i
41 - Event j within the Group i
42 - Lane k
74 -------------------------------
78 $# perf stat -a -e dwc_rootport_13018/Rx_PCIe_TLP_Data_Payload/
80 The average RX/TX bandwidth can be calculated using the following formula:
82 PCIe RX Bandwidth = Rx_PCIe_TLP_Data_Payload / Measure_Time_Window
83 PCIe TX Bandwidth = Tx_PCIe_TLP_Data_Payload / Measure_Time_Window
86 -------------------------------
91 $# perf stat -a -e dwc_rootport_13018/rx_memory_read,lane=4/
94 work. Per-task (without "-a") perf sessions are not supported.