Searched refs:thr_len (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/perf/hisilicon/ |
H A D | hisi_pcie_pmu.c | 94 HISI_PCIE_PMU_FILTER_ATTR(thr_len, config1, 3, 0); 226 u64 port, trig_len, thr_len, len_mode; in hisi_pcie_pmu_get_event_ctrl_val() local 249 thr_len = hisi_pcie_get_thr_len(event); in hisi_pcie_pmu_get_event_ctrl_val() 250 if (thr_len) { in hisi_pcie_pmu_get_event_ctrl_val() 251 reg |= FIELD_PREP(HISI_PCIE_THR_M, thr_len); in hisi_pcie_pmu_get_event_ctrl_val() 765 HISI_PCIE_PMU_FORMAT_ATTR(thr_len, "config1:0-3"),
|
/linux/Documentation/admin-guide/perf/ |
H A D | hisi-pcie-pmu.rst | 121 threshold by writing "thr_len", and set the threshold mode by writing 124 For example, "thr_len=4" means threshold is 2^4 DW, "thr_mode=0" means 130 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,port=0xffff,thr_len=0x4,thr_mode=1/ sleep 5
|