Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/admin-guide/perf/
Dhisi-pcie-pmu.rst97 threshold by writing "thr_len", and set the threshold mode by writing
100 For example, "thr_len=4" means threshold is 2^4 DW, "thr_mode=0" means
106 $# perf stat -e hisi_pcie0_0/rx_mrd_flux,thr_len=0x4,thr_mode=1/ sleep 5
/Linux-v6.1/drivers/perf/hisilicon/
Dhisi_pcie_pmu.c90 HISI_PCIE_PMU_FILTER_ATTR(thr_len, config1, 3, 0);
219 u64 port, trig_len, thr_len; in hisi_pcie_pmu_config_filter() local
241 thr_len = hisi_pcie_get_thr_len(event); in hisi_pcie_pmu_config_filter()
242 if (thr_len) { in hisi_pcie_pmu_config_filter()
243 reg |= FIELD_PREP(HISI_PCIE_THR_M, thr_len); in hisi_pcie_pmu_config_filter()
710 HISI_PCIE_PMU_FORMAT_ATTR(thr_len, "config1:0-3"),