Searched defs:maps (Results 1 – 13 of 13) sorted by relevance
475 static void maps__init(struct maps *maps) in maps__init()491 static void __maps__purge(struct maps *maps) in __maps__purge()505 static void maps__exit(struct maps *maps) in maps__exit()570 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()623 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()666 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()752 struct maps *maps = &parent->maps[type]; in map_groups__clone() local775 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()796 void maps__insert(struct maps *maps, struct map *map) in maps__insert()803 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()[all …]
3 FILE *maps; in find_vdso_map() local
62 struct maps { struct68 struct maps maps[MAP__NR_TYPES]; member
219 struct maps *maps = &thread->mg->maps[i]; in __thread__prepare_access() local
210 struct maps *maps = &mg->maps[type]; in __map_groups__fixup_end() local1087 struct list_head maps; member1559 struct maps *maps = &mg->maps[type]; in map_groups__find_by_name() local
386 struct maps *maps = &kmaps->maps[MAP__FUNCTION]; in perf_event__synthesize_modules() local
1911 int maps__set_kallsyms_ref_reloc_sym(struct map **maps, in maps__set_kallsyms_ref_reloc_sym()
1042 struct perf_mmap *maps = evlist->mmap; in perf_evlist__mmap_per_evsel() local
161 struct maps *maps = &grp->maps[MAP__FUNCTION]; in kernel_get_module_map() local
21 struct maps *maps = &vmlinux.kmaps.maps[type]; in test__vmlinux_matches_kallsyms() local
100 FILE *maps; in init_vsys() local
517 struct perf_mmap *maps; in record__mmap_read_evlist() local
201 struct bpf_map *maps; member