Lines Matching defs:maps
460 static void maps__init(struct maps *maps) in maps__init()
476 static void __maps__purge(struct maps *maps) in __maps__purge()
490 static void maps__exit(struct maps *maps) in maps__exit()
556 struct symbol *maps__find_symbol_by_name(struct maps *maps, const char *name, in maps__find_symbol_by_name()
610 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf()
653 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings()
736 struct maps *maps = &parent->maps[type]; in map_groups__clone() local
753 static void __maps__insert(struct maps *maps, struct map *map) in __maps__insert()
774 void maps__insert(struct maps *maps, struct map *map) in maps__insert()
781 static void __maps__remove(struct maps *maps, struct map *map) in __maps__remove()
787 void maps__remove(struct maps *maps, struct map *map) in maps__remove()
794 struct map *maps__find(struct maps *maps, u64 ip) in maps__find()
819 struct map *maps__first(struct maps *maps) in maps__first()