Lines Matching refs:perf_event_map
123 struct perf_event_map { struct
132 static unsigned long perf_event_encode(const struct perf_event_map *pmap) in perf_event_encode()
152 typedef struct perf_event_map cache_map_t
158 const struct perf_event_map *(*event_map)(int);
208 static const struct perf_event_map ultra3_perfmon_event_map[] = {
215 static const struct perf_event_map *ultra3_event_map(int event_id) in ultra3_event_map()
346 static const struct perf_event_map niagara1_perfmon_event_map[] = {
353 static const struct perf_event_map *niagara1_event_map(int event_id) in niagara1_event_map()
479 static const struct perf_event_map niagara2_perfmon_event_map[] = {
488 static const struct perf_event_map *niagara2_event_map(int event_id) in niagara2_event_map()
616 static const struct perf_event_map niagara4_perfmon_event_map[] = {
625 static const struct perf_event_map *niagara4_event_map(int event_id) in niagara4_event_map()
1196 static const struct perf_event_map *sparc_map_cache_event(u64 config) in sparc_map_cache_event()
1199 const struct perf_event_map *pmap; in sparc_map_cache_event()
1422 const struct perf_event_map *pmap; in sparc_pmu_event_init()