Lines Matching refs:mips_perf_event

53 struct mips_perf_event {  struct
71 static struct mips_perf_event raw_event; argument
84 const struct mips_perf_event *(*map_raw_event)(u64 config);
85 const struct mips_perf_event (*general_event_map)[PERF_COUNT_HW_MAX];
86 const struct mips_perf_event (*cache_event_map)
700 static unsigned int mipspmu_perf_event_encode(const struct mips_perf_event *pev) in mipspmu_perf_event_encode()
723 static const struct mips_perf_event *mipspmu_map_general_event(int idx) in mipspmu_map_general_event()
731 static const struct mips_perf_event *mipspmu_map_cache_event(u64 config) in mipspmu_map_cache_event()
734 const struct mips_perf_event *pev; in mipspmu_map_cache_event()
937 static const struct mips_perf_event mipsxxcore_event_map
946 static const struct mips_perf_event mipsxxcore_event_map2
954 static const struct mips_perf_event i6x00_event_map[PERF_COUNT_HW_MAX] = {
964 static const struct mips_perf_event loongson3_event_map1[PERF_COUNT_HW_MAX] = {
971 static const struct mips_perf_event loongson3_event_map2[PERF_COUNT_HW_MAX] = {
979 static const struct mips_perf_event loongson3_event_map3[PERF_COUNT_HW_MAX] = {
988 static const struct mips_perf_event octeon_event_map[PERF_COUNT_HW_MAX] = {
998 static const struct mips_perf_event bmips5000_event_map
1006 static const struct mips_perf_event mipsxxcore_cache_map
1087 static const struct mips_perf_event mipsxxcore_cache_map2
1162 static const struct mips_perf_event i6x00_cache_map
1202 static const struct mips_perf_event loongson3_cache_map1
1257 static const struct mips_perf_event loongson3_cache_map2
1320 static const struct mips_perf_event loongson3_cache_map3
1373 static const struct mips_perf_event bmips5000_cache_map
1431 static const struct mips_perf_event octeon_cache_map
1475 const struct mips_perf_event *pev; in __hw_perf_event_init()
1704 static const struct mips_perf_event *mipsxx_pmu_map_raw_event(u64 config) in mipsxx_pmu_map_raw_event()
1854 static const struct mips_perf_event *octeon_pmu_map_raw_event(u64 config) in octeon_pmu_map_raw_event()