Searched refs:pmu_events_map (Results 1 – 11 of 11) sorted by relevance
40 struct pmu_events_map { struct56 extern const struct pmu_events_map pmu_events_map[]; argument
64 struct pmu_events_map pmu_events_map[] = {80 JSON file. Hence several entries in the pmu_events_map[] could map
247 const struct pmu_events_map *map; in __test_pmu_get_events_map()249 for (map = &pmu_events_map[0]; map->cpuid; map++) { in __test_pmu_get_events_map()425 const struct pmu_events_map *map = __test_pmu_get_events_map(); in test__pmu_event_table()522 const struct pmu_events_map *map = __test_pmu_get_events_map(); in __test_core_pmu_event_aliases()575 const struct pmu_events_map *map; in __test_uncore_pmu_event_aliases()823 const struct pmu_events_map *map, in expr_failure()839 const struct pmu_events_map *map, in resolve_metric_simple()901 const struct pmu_events_map *map; in test__parsing()915 map = &pmu_events_map[i++]; in test__parsing()1043 const struct pmu_events_map *map; in test__parsing_fake()[all …]
198 const struct pmu_events_map ev_map = { in expand_metric_events()
82 static const struct pmu_events_map map = {
14 struct pmu_events_map;74 const struct pmu_events_map *map);76 const struct pmu_events_map *map,
127 const struct pmu_events_map *map);129 const struct pmu_events_map *perf_pmu__find_map(struct perf_pmu *pmu);130 const struct pmu_events_map *pmu_events_map__find(void);
542 const struct pmu_events_map *map = pmu_events_map__find(); in metricgroup__print()843 const struct pmu_events_map *map;852 const struct pmu_events_map *map);875 const struct pmu_events_map *map) in resolve_metric()953 const struct pmu_events_map *map) in __add_metric()1051 const struct pmu_events_map *map) in metricgroup__find_metric()1070 const struct pmu_events_map *map) in add_metric()1143 const struct pmu_events_map *map) in metricgroup__add_metric()1207 const struct pmu_events_map *map) in metricgroup__add_metric_list()1367 const struct pmu_events_map *map) in parse_groups()[all …]
138 static const char *get_counter_name(int set, int nr, const struct pmu_events_map *map) in get_counter_name()162 const struct pmu_events_map *map; in s390_cpumcfdg_dump()
713 const struct pmu_events_map *perf_pmu__find_map(struct perf_pmu *pmu) in perf_pmu__find_map()715 const struct pmu_events_map *map; in perf_pmu__find_map()727 map = &pmu_events_map[i++]; in perf_pmu__find_map()740 const struct pmu_events_map *__weak pmu_events_map__find(void) in pmu_events_map__find()827 const struct pmu_events_map *map) in pmu_add_cpu_aliases_map()862 const struct pmu_events_map *map; in pmu_add_cpu_aliases()
6 const struct pmu_events_map *pmu_events_map__find(void) in pmu_events_map__find()
Completed in 18 milliseconds