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

  /external/linux-tools-perf/util/
map.c 30 self->unmap_ip = map__unmap_ip;
62 self->map_ip = self->unmap_ip = identity__map_ip;
210 map->unmap_ip(map, rip) : /* RIP -> IP */
219 map->unmap_ip(map, addr); /* RIP -> IP */
497 self->unmap_ip = map__reloc_unmap_ip;
annotate.c 63 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map->unmap_ip(map, addr));
326 filename, sym->name, map->unmap_ip(map, sym->start),
327 map->unmap_ip(map, sym->end));
422 start = map->unmap_ip(map, sym->start);
map.h 48 u64 (*unmap_ip)(struct map *, u64); member in struct:map
symbol.c 658 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip;
1242 curr_map->unmap_ip = identity__map_ip;
    [all...]
probe-event.c 199 addr = map->unmap_ip(map, sym->start + tp->offset);
    [all...]
  /external/linux-tools-perf/
builtin-kmem.c 382 addr - map->unmap_ip(map, sym->start));

Completed in 851 milliseconds