Home
last modified time | relevance | path

Searched refs:len_mode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pcie-pmu.rst117 packets. You can specify it through "len_mode":
124 For example, "len_mode=2" means only counting the bandwidth of TLP headers
125 and "len_mode=3" means the final bandwidth data is composed of both TLP
130 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,len_mode=0x1/ sleep 5
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c98 HISI_PCIE_PMU_FILTER_ATTR(len_mode, config1, 11, 10);
223 u64 port, trig_len, thr_len, len_mode; in hisi_pcie_pmu_config_filter() local
253 len_mode = hisi_pcie_get_len_mode(event); in hisi_pcie_pmu_config_filter()
254 if (len_mode) in hisi_pcie_pmu_config_filter()
255 reg |= FIELD_PREP(HISI_PCIE_LEN_M, len_mode); in hisi_pcie_pmu_config_filter()
761 HISI_PCIE_PMU_FORMAT_ATTR(len_mode, "config1:10-11"),