Lines Matching refs:mips_perf_event
56 struct mips_perf_event { struct
80 static struct mips_perf_event raw_event; argument
93 const struct mips_perf_event *(*map_raw_event)(u64 config);
94 const struct mips_perf_event (*general_event_map)[PERF_COUNT_HW_MAX];
95 const struct mips_perf_event (*cache_event_map)
675 static unsigned int mipspmu_perf_event_encode(const struct mips_perf_event *pev) in mipspmu_perf_event_encode()
692 static const struct mips_perf_event *mipspmu_map_general_event(int idx) in mipspmu_map_general_event()
700 static const struct mips_perf_event *mipspmu_map_cache_event(u64 config) in mipspmu_map_cache_event()
703 const struct mips_perf_event *pev; in mipspmu_map_cache_event()
824 static const struct mips_perf_event mipsxxcore_event_map
833 static const struct mips_perf_event mipsxxcore_event_map2
841 static const struct mips_perf_event i6x00_event_map[PERF_COUNT_HW_MAX] = {
851 static const struct mips_perf_event loongson3_event_map[PERF_COUNT_HW_MAX] = {
858 static const struct mips_perf_event octeon_event_map[PERF_COUNT_HW_MAX] = {
868 static const struct mips_perf_event bmips5000_event_map
875 static const struct mips_perf_event xlp_event_map[PERF_COUNT_HW_MAX] = {
885 static const struct mips_perf_event mipsxxcore_cache_map
966 static const struct mips_perf_event mipsxxcore_cache_map2
1041 static const struct mips_perf_event i6x00_cache_map
1081 static const struct mips_perf_event loongson3_cache_map
1137 static const struct mips_perf_event bmips5000_cache_map
1196 static const struct mips_perf_event octeon_cache_map
1236 static const struct mips_perf_event xlp_cache_map
1297 const struct mips_perf_event *pev; in __hw_perf_event_init()
1530 static const struct mips_perf_event *mipsxx_pmu_map_raw_event(u64 config) in mipsxx_pmu_map_raw_event()
1654 static const struct mips_perf_event *octeon_pmu_map_raw_event(u64 config) in octeon_pmu_map_raw_event()
1687 static const struct mips_perf_event *xlp_pmu_map_raw_event(u64 config) in xlp_pmu_map_raw_event()