Searched refs:unmap_ip (Results 1 – 13 of 13) sorted by relevance
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 15 #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() 213 mem_start = vmlinux_map->unmap_ip(vmlinux_map, map->start); in test__vmlinux_matches_kallsyms() 214 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end); in test__vmlinux_matches_kallsyms()
|
/tools/perf/ |
D | builtin-kallsyms.c | 40 map->unmap_ip(map, symbol->start), map->unmap_ip(map, symbol->end), in __cmd_kallsyms()
|
D | builtin-kmem.c | 1020 addr - map->unmap_ip(map, sym->start)); in __print_slab_result()
|
/tools/perf/util/ |
D | map.c | 140 map->unmap_ip = map__unmap_ip; in map__init() 207 map->map_ip = map->unmap_ip = identity__map_ip; in map__new() 541 return map->unmap_ip(map, rip) - map->reloc; in map__rip_2objdump() 559 return map->unmap_ip(map, ip); in map__objdump_2mem() 562 return map->unmap_ip(map, ip + map->pgoff); in map__objdump_2mem() 569 return map->unmap_ip(map, ip - map->dso->text_offset); in map__objdump_2mem() 680 u64 ip = map->unmap_ip(map, sym->start); in map__contains_symbol()
|
D | map.h | 42 u64 (*unmap_ip)(struct map *, u64); member
|
D | annotate.c | 370 start = map->unmap_ip(map, sym->start), in jump__parse() 371 end = map->unmap_ip(map, sym->end); in jump__parse() 870 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map->unmap_ip(map, addr)); in __symbol__inc_addr_samples() 1885 symfs_filename, sym->name, map->unmap_ip(map, sym->start), in symbol__disassemble() 1886 map->unmap_ip(map, sym->end)); in symbol__disassemble()
|
D | symbol.c | 871 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in map_groups__split_kallsyms() 1354 map->unmap_ip = new_map->unmap_ip; in dso__load_kcore()
|
D | probe-event.c | 139 *addr = map->unmap_ip(map, sym->start) - in kernel_get_symbol_address_by_name() 383 address = map->unmap_ip(map, sym->start) - map->reloc; in find_alternative_probe_point() 2137 pp->offset = addr - map->unmap_ip(map, sym->start); in find_perf_probe_point_from_map() 2975 tp->address = map->unmap_ip(map, sym->start) + pp->offset; in find_probe_trace_events_from_map()
|
D | symbol-elf.c | 902 map->unmap_ip = map__unmap_ip; in dso__process_kernel_symbol() 955 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in dso__process_kernel_symbol()
|
D | machine.c | 1097 machine->vmlinux_map->map_ip = machine->vmlinux_map->unmap_ip = identity__map_ip; in __machine__create_kernel_maps() 2719 *addrp = map->unmap_ip(map, sym->start); in machine__resolve_kernel_addr()
|
D | intel-pt.c | 2042 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip() 2060 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
|
D | sort.c | 307 ip - map->unmap_ip(map, sym->start)); in _hist_entry__sym_snprintf()
|
/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 144 if (map->unmap_ip(map, sym->start) == tev->point.address) { in arch__post_process_probe_trace_events()
|