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

  /external/linux-tools-perf/util/
map.c 29 self->map_ip = map__map_ip;
62 self->map_ip = self->unmap_ip = identity__map_ip;
298 return map__find_symbol(map, map->map_ip(map, addr), filter);
496 self->map_ip = map__reloc_map_ip;
map.h 46 u64 (*map_ip)(struct map *, u64); member in struct:map
symbol.c 626 pos->start = curr_map->map_ip(curr_map, pos->start);
627 pos->end = curr_map->map_ip(curr_map, pos->end);
658 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip;
1241 curr_map->map_ip = identity__map_ip;
    [all...]
event.c 760 al->addr = al->map->map_ip(al->map, al->addr);
  /external/linux-tools-perf/
builtin-top.c 232 ip = syme->map->map_ip(syme->map, ip);

Completed in 115 milliseconds