Lines Matching defs:map
21 struct map { struct
40 u64 (*map_ip)(struct map *, u64); argument
42 u64 (*unmap_ip)(struct map *, u64); argument
45 struct map_groups *groups; argument
51 struct kmap *__map__kmap(struct map *map); argument
55 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip()
60 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip()
70 static inline size_t map__size(const struct map *map) in map__size()
91 #define map__for_each_symbol(map, pos, n) \ argument
101 #define __map__for_each_symbol_by_name(map, sym_name, pos) \ argument
108 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument
121 static inline struct map *map__get(struct map *map) in map__get()
130 static inline void __map__zput(struct map **map) in __map__zput()
136 #define map__zput(map) __map__zput(&map) argument
164 static inline bool __map__is_kmodule(const struct map *map) in __map__is_kmodule()