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