Searched refs:map__map_ip (Results 1 – 5 of 5) sorted by relevance
48 u64 map__map_ip(const struct map *map, u64 ip);
112 map->map_ip = map__map_ip; in map__init()581 u64 map__map_ip(const struct map *map, u64 ip) in map__map_ip() function
3023 addr = map__map_ip(map, ip); in append_inlines()3067 addr = map__map_ip(entry->ms.map, entry->ip); in unwind_entry()
1377 map->map_ip = map__map_ip; in dso__process_kernel_symbol()
1015 from = map__map_ip(alf.map, from); in perf_sample__fprintf_brstackoff()1019 to = map__map_ip(alt.map, to); in perf_sample__fprintf_brstackoff()
Completed in 24 milliseconds