Searched defs:sparc_pmu (Results 1 – 1 of 1) sorted by relevance
155 struct sparc_pmu { struct156 const struct perf_event_map *(*event_map)(int);157 const cache_map_t *cache_map;158 int max_events;159 u32 (*read_pmc)(int);160 void (*write_pmc)(int, u64);161 int upper_shift;162 int lower_shift;163 int event_mask;164 int user_bit;[all …]