Home
last modified time | relevance | path

Searched refs:unmap_ip (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dvmlinux-kallsyms.c19 #define UM(x) kallsyms_map->unmap_ip(kallsyms_map, (x))
120 mem_start = vmlinux_map->unmap_ip(vmlinux_map, sym->start); in test__vmlinux_matches_kallsyms()
121 mem_end = vmlinux_map->unmap_ip(vmlinux_map, sym->end); in test__vmlinux_matches_kallsyms()
211 mem_start = vmlinux_map->unmap_ip(vmlinux_map, map->start); in test__vmlinux_matches_kallsyms()
212 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end); in test__vmlinux_matches_kallsyms()
/linux-4.4.14/tools/perf/util/
Dmap.c137 map->unmap_ip = map__unmap_ip; in map__init()
190 map->map_ip = map->unmap_ip = identity__map_ip; in map__new()
434 return map->unmap_ip(map, rip) - map->reloc; in map__rip_2objdump()
452 return map->unmap_ip(map, ip); in map__objdump_2mem()
455 return map->unmap_ip(map, ip + map->pgoff); in map__objdump_2mem()
Dmap.h50 u64 (*unmap_ip)(struct map *, u64); member
Dannotate.c549 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map->unmap_ip(map, addr)); in __symbol__inc_addr_samples()
1143 filename, sym->name, map->unmap_ip(map, sym->start), in symbol__annotate()
1144 map->unmap_ip(map, sym->end)); in symbol__annotate()
Dprobe-event.c155 *addr = map->unmap_ip(map, sym->start) - in kernel_get_symbol_address_by_name()
332 address = map->unmap_ip(map, sym->start); in find_alternative_probe_point()
1912 pp->offset = addr - map->unmap_ip(map, sym->start); in find_perf_probe_point_from_map()
2583 tp->address = map->unmap_ip(map, sym->start) + pp->offset; in find_probe_trace_events_from_map()
Dsymbol.c806 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in dso__split_kallsyms()
1198 map->unmap_ip = new_map->unmap_ip; in dso__load_kcore()
Dsymbol-elf.c983 map->unmap_ip = map__unmap_ip; in dso__load_sym()
1041 curr_map->unmap_ip = identity__map_ip; in dso__load_sym()
Dmachine.c752 machine->vmlinux_maps[type]->unmap_ip = in __machine__create_kernel_maps()
2036 *addrp = map->unmap_ip(map, sym->start); in machine__resolve_kernel_addr()
Dintel-pt.c1283 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
1301 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
Dsort.c245 ip - map->unmap_ip(map, sym->start)); in _hist_entry__sym_snprintf()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c694 ip = al->map->unmap_ip(al->map, ip); in hist_iter__top_callback()
Dbuiltin-kmem.c978 addr - map->unmap_ip(map, sym->start)); in __print_slab_result()