Searched refs:len_mode (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/admin-guide/perf/ |
H A D | hisi-pcie-pmu.rst | 135 packets. You can specify it through "len_mode": 142 For example, "len_mode=2" means only counting the bandwidth of TLP headers 143 and "len_mode=3" means the final bandwidth data is composed of both TLP 148 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,port=0xffff,len_mode=0x1/ sleep 5
|
/linux/drivers/perf/hisilicon/ |
H A D | hisi_pcie_pmu.c | 98 HISI_PCIE_PMU_FILTER_ATTR(len_mode, config1, 11, 10); 226 u64 port, trig_len, thr_len, len_mode; in hisi_pcie_pmu_get_event_ctrl_val() local 256 len_mode = hisi_pcie_get_len_mode(event); in hisi_pcie_pmu_get_event_ctrl_val() 257 if (len_mode) in hisi_pcie_pmu_get_event_ctrl_val() 258 reg |= FIELD_PREP(HISI_PCIE_LEN_M, len_mode); in hisi_pcie_pmu_get_event_ctrl_val() 769 HISI_PCIE_PMU_FORMAT_ATTR(len_mode, "config1:10-11"),
|