Home
last modified time | relevance | path

Searched refs:riscv_pmu_stop (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/perf/
Driscv_pmu.c124 void riscv_pmu_stop(struct perf_event *event, int flags) in riscv_pmu_stop() function
227 riscv_pmu_stop(event, PERF_EF_UPDATE); in riscv_pmu_del()
313 .stop = riscv_pmu_stop, in riscv_pmu_alloc()
Driscv_pmu_sbi.c754 riscv_pmu_stop(event, PERF_EF_UPDATE); in riscv_pm_pmu_notify()
/Linux-v6.1/include/linux/perf/
Driscv_pmu.h65 void riscv_pmu_stop(struct perf_event *event, int flags);