Searched refs:ctr_stop (Results 1 – 4 of 4) sorted by relevance
132 if (rvpmu->ctr_stop) { in riscv_pmu_stop()133 rvpmu->ctr_stop(event, 0); in riscv_pmu_stop()230 if (rvpmu->ctr_stop) in riscv_pmu_del()231 rvpmu->ctr_stop(event, RISCV_PMU_STOP_FLAG_RESET); in riscv_pmu_del()
88 pmu->ctr_stop = NULL; in pmu_legacy_init()
830 pmu->ctr_stop = pmu_sbi_ctr_stop; in pmu_sbi_device_probe()
54 void (*ctr_stop)(struct perf_event *event, unsigned long flag); member