Lines Matching refs:perf_event_map
121 struct perf_event_map { struct
130 static unsigned long perf_event_encode(const struct perf_event_map *pmap) in perf_event_encode()
150 typedef struct perf_event_map cache_map_t
156 const struct perf_event_map *(*event_map)(int);
206 static const struct perf_event_map ultra3_perfmon_event_map[] = {
213 static const struct perf_event_map *ultra3_event_map(int event_id) in ultra3_event_map()
344 static const struct perf_event_map niagara1_perfmon_event_map[] = {
351 static const struct perf_event_map *niagara1_event_map(int event_id) in niagara1_event_map()
477 static const struct perf_event_map niagara2_perfmon_event_map[] = {
486 static const struct perf_event_map *niagara2_event_map(int event_id) in niagara2_event_map()
614 static const struct perf_event_map niagara4_perfmon_event_map[] = {
623 static const struct perf_event_map *niagara4_event_map(int event_id) in niagara4_event_map()
1181 static const struct perf_event_map *sparc_map_cache_event(u64 config) in sparc_map_cache_event()
1184 const struct perf_event_map *pmap; in sparc_map_cache_event()
1407 const struct perf_event_map *pmap; in sparc_pmu_event_init()