Home | History | Annotate | Download | only in util

Lines Matching refs:u64

38 	u64			start;
39 u64 end;
43 u64 pgoff;
46 u64 (*map_ip)(struct map *, u64);
48 u64 (*unmap_ip)(struct map *, u64);
90 static inline u64 map__map_ip(struct map *map, u64 ip)
95 static inline u64 map__unmap_ip(struct map *map, u64 ip)
100 static inline u64 identity__map_ip(struct map *map __used, u64 ip)
107 u64 map__rip_2objdump(struct map *map, u64 rip);
108 u64 map__objdump_2ip(struct map *map, u64 addr);
115 u64 start, u64 end, u64 pgoff, struct dso *dso);
116 struct map *map__new(struct list_head *dsos__list, u64 start, u64 len,
117 u64 pgoff, u32 pid, char *filename,
126 u64 addr, symbol_filter_t filter);
138 struct map *maps__find(struct rb_root *maps, u64 addr);
185 enum map_type type, u64 addr)
191 enum map_type type, u64 addr,
203 enum map_type type, u64 addr,
211 struct symbol *machine__find_kernel_function(struct machine *self, u64 addr,
241 struct map *machine__new_module(struct machine *self, u64 start, const char *filename);