Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Driscv_pmu.c189 void riscv_pmu_stop(struct perf_event *event, int flags) in riscv_pmu_stop() function
291 riscv_pmu_stop(event, PERF_EF_UPDATE); in riscv_pmu_del()
420 .stop = riscv_pmu_stop, in riscv_pmu_alloc()
H A Driscv_pmu_sbi.c869 riscv_pmu_stop(event, PERF_EF_UPDATE); in riscv_pm_pmu_notify()
/openbmc/linux/include/linux/perf/
H A Driscv_pmu.h71 void riscv_pmu_stop(struct perf_event *event, int flags);