HomeSort by relevance Sort by last modified time
    Searched refs:map_ip (Results 1 - 11 of 11) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
map.c 42 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);
map.h 44 u64 (*map_ip)(struct map *, u64); member in struct:map
symbol.c 665 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;
    [all...]
unwind.c 485 al.map ? al.map->map_ip(al.map, ip) : (u64) 0);
symbol-elf.c 850 map->map_ip = map__map_ip;
904 curr_map->map_ip = identity__map_ip;
dso.c 331 u64 offset = map->map_ip(map, addr);
event.c 695 al->addr = al->map->map_ip(al->map, al->addr);
annotate.c 837 ip = map->map_ip(map, ip);
    [all...]
machine.c 519 machine->vmlinux_maps[type]->map_ip =
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c 200 ip = he->ms.map->map_ip(he->ms.map, ip);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 454 ip = ms->map->map_ip(ms->map, dl->ops.target.addr);

Completed in 2538 milliseconds