Searched refs:ctr_stop (Results 1 – 4 of 4) sorted by relevance
197 if (rvpmu->ctr_stop) { in riscv_pmu_stop()198 rvpmu->ctr_stop(event, 0); in riscv_pmu_stop()294 if (rvpmu->ctr_stop) in riscv_pmu_del()295 rvpmu->ctr_stop(event, RISCV_PMU_STOP_FLAG_RESET); in riscv_pmu_del()
117 pmu->ctr_stop = NULL; in pmu_legacy_init()
1059 pmu->ctr_stop = pmu_sbi_ctr_stop; in pmu_sbi_device_probe()
56 void (*ctr_stop)(struct perf_event *event, unsigned long flag); member