Lines Matching defs:map
27 struct map { struct
34 u8 /* enum map_type */ type; argument
47 u64 (*map_ip)(struct map *, u64); argument
49 u64 (*unmap_ip)(struct map *, u64); argument
52 struct map_groups *groups; argument
82 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip()
87 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip()
114 #define map__for_each_symbol(map, pos, n) \ argument
125 #define __map__for_each_symbol_by_name(map, sym_name, pos, filter) \ argument
130 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
176 static inline void map_groups__insert(struct map_groups *mg, struct map *map) in map_groups__insert()
182 static inline void map_groups__remove(struct map_groups *mg, struct map *map) in map_groups__remove()
199 static inline struct map *map_groups__next(struct map *map) in map_groups__next()