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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
map.h 78 static inline u64 identity__map_ip(struct map *map __maybe_unused, u64 ip) function
symbol-elf.c 904 curr_map->map_ip = identity__map_ip;
905 curr_map->unmap_ip = identity__map_ip;
map.c 88 map->map_ip = map->unmap_ip = identity__map_ip;
machine.c 521 identity__map_ip;
    [all...]
symbol.c 697 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip;
    [all...]

Completed in 143 milliseconds