Searched defs:riscv_pmu (Results 1 – 1 of 1) sorted by relevance
54 struct riscv_pmu { struct55 struct pmu *pmu;58 const int *hw_events;59 const int (*cache_events)[PERF_COUNT_HW_CACHE_MAX]63 int (*map_hw_event)(u64 config);64 int (*map_cache_event)(u64 config);67 int max_events;69 int num_counters;71 int counter_width;74 void *platform;[all …]