Lines Matching defs:maps
498 static void maps__init(struct maps *maps) in maps__init()
511 static void __maps__purge(struct maps *maps) in __maps__purge()
525 static void maps__exit(struct maps *maps) in maps__exit()
586 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()
639 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
672 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
786 struct maps *maps = &parent->maps; in map_groups__clone() local
809 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
830 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
837 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
843 void maps__remove(struct maps *maps, struct map *map) in maps__remove()
850 struct map *maps__find(struct maps *maps, u64 ip) in maps__find()
875 struct map *maps__first(struct maps *maps) in maps__first()