Searched refs:ctr_stop (Results 1 – 4 of 4) sorted by relevance
205 if (rvpmu->ctr_stop) { in riscv_pmu_stop()206 rvpmu->ctr_stop(event, 0); in riscv_pmu_stop()302 if (rvpmu->ctr_stop) in riscv_pmu_del()303 rvpmu->ctr_stop(event, RISCV_PMU_STOP_FLAG_RESET); in riscv_pmu_del()
111 pmu->ctr_stop = NULL; in pmu_legacy_init()
1056 pmu->ctr_stop = pmu_sbi_ctr_stop; in pmu_sbi_device_probe()
56 void (*ctr_stop)(struct perf_event *event, unsigned long flag); member