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