Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pcie-pmu.rst103 threshold by writing "thr_len", and set the threshold mode by writing
106 For example, "thr_len=4" means threshold is 2^4 DW, "thr_mode=0" means
112 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,thr_len=0x4,thr_mode=1/ sleep 5
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c94 HISI_PCIE_PMU_FILTER_ATTR(thr_len, config1, 3, 0);
223 u64 port, trig_len, thr_len, len_mode; in hisi_pcie_pmu_config_filter() local
246 thr_len = hisi_pcie_get_thr_len(event); in hisi_pcie_pmu_config_filter()
247 if (thr_len) { in hisi_pcie_pmu_config_filter()
248 reg |= FIELD_PREP(HISI_PCIE_THR_M, thr_len); in hisi_pcie_pmu_config_filter()
743 HISI_PCIE_PMU_FORMAT_ATTR(thr_len, "config1:0-3"),