Searched refs:map_ip (Results 1 - 11 of 11) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.c42 map->map_ip = map__map_ip;
88 map->map_ip = map->unmap_ip = identity__map_ip;
346 return map__find_symbol(map, map->map_ip(map, addr), filter);
H A Dmap.h44 u64 (*map_ip)(struct map *, u64); member in struct:map
H A Dsymbol.c665 pos->start = curr_map->map_ip(curr_map, pos->start);
666 pos->end = curr_map->map_ip(curr_map, pos->end);
697 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip;
857 map->map_ip = new_map->map_ip;
H A Dunwind.c485 al.map ? al.map->map_ip(al.map, ip) : (u64) 0);
H A Dsymbol-elf.c850 map->map_ip = map__map_ip;
904 curr_map->map_ip = identity__map_ip;
H A Ddso.c331 u64 offset = map->map_ip(map, addr);
H A Devent.c695 al->addr = al->map->map_ip(al->map, al->addr);
H A Dannotate.c837 ip = map->map_ip(map, ip);
H A Dmachine.c519 machine->vmlinux_maps[type]->map_ip =
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-top.c200 ip = he->ms.map->map_ip(he->ms.map, ip);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c454 ip = ms->map->map_ip(ms->map, dl->ops.target.addr);

Completed in 154 milliseconds