/openbmc/linux/tools/perf/tests/ |
H A D | vmlinux-kallsyms.c | 16 #define UM(x) map__unmap_ip(kallsyms_map, (x)) 224 mem_start = map__unmap_ip(vmlinux_map, sym->start); in test__vmlinux_matches_kallsyms() 225 mem_end = map__unmap_ip(vmlinux_map, sym->end); in test__vmlinux_matches_kallsyms() 322 mem_start = map__unmap_ip(vmlinux_map, map__start(map)); in test__vmlinux_matches_kallsyms() 323 mem_end = map__unmap_ip(vmlinux_map, map__end(map)); in test__vmlinux_matches_kallsyms()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kallsyms.c | 42 map__unmap_ip(map, symbol->start), map__unmap_ip(map, symbol->end), in __cmd_kallsyms()
|
H A D | builtin-kmem.c | 1037 addr - map__unmap_ip(map, sym->start)); in __print_slab_result()
|
H A D | builtin-lock.c | 1100 addrs[filters.nr_addrs++] = map__unmap_ip(kmap, sym->start); in report_lock_contention_begin_event()
|
/openbmc/linux/tools/perf/util/ |
H A D | map.c | 563 return map__unmap_ip(map, rip) - map__reloc(map); in map__rip_2objdump() 583 return map__unmap_ip(map, ip); in map__objdump_2mem() 586 return map__unmap_ip(map, ip + map__pgoff(map)); in map__objdump_2mem() 593 return map__unmap_ip(map, ip - dso->text_offset); in map__objdump_2mem() 600 u64 ip = map__unmap_ip(map, sym->start); in map__contains_symbol()
|
H A D | map.h | 61 static inline u64 map__unmap_ip(const struct map *map, u64 ip) in map__unmap_ip() function
|
H A D | event.c | 776 map__unmap_ip(al->map, al->sym->start)); in machine__resolve() 781 unsigned long addr = map__unmap_ip(al->map, al->addr); in machine__resolve()
|
H A D | bpf_lock_contention.c | 77 addrs[con->filters->nr_addrs++] = map__unmap_ip(kmap, sym->start); in lock_contention_prepare()
|
H A D | sort.c | 367 rip = map__unmap_ip(map, ip); in _hist_entry__sym_snprintf() 378 ip - map__unmap_ip(map, sym->start)); in _hist_entry__sym_snprintf() 1149 ip - map__unmap_ip(map, sym->start)); in _hist_entry__addr_snprintf() 2108 left_ip = map__unmap_ip(left_map, left_ip); in sort__addr_cmp() 2110 right_ip = map__unmap_ip(right_map, right_ip); in sort__addr_cmp() 2122 ip = map__unmap_ip(map, ip); in hist_entry__addr_snprintf()
|
H A D | annotate.c | 398 start = map__unmap_ip(map, sym->start); in jump__parse() 399 end = map__unmap_ip(map, sym->end); in jump__parse() 924 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map__unmap_ip(ms->map, addr)); in __symbol__inc_addr_samples() 2115 symfs_filename, sym->name, map__unmap_ip(map, sym->start), in symbol__disassemble() 2116 map__unmap_ip(map, sym->end)); in symbol__disassemble()
|
H A D | machine.c | 3388 *addrp = map__unmap_ip(map, sym->start); in machine__resolve_kernel_addr() 3431 machine->sched.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3435 machine->sched.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3438 machine->lock.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3441 machine->lock.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function()
|
H A D | probe-event.c | 146 *addr = map__unmap_ip(map, sym->start) - in kernel_get_symbol_address_by_name() 406 address = map__unmap_ip(map, sym->start) - map__reloc(map); in find_alternative_probe_point() 2260 pp->offset = addr - map__unmap_ip(map, sym->start); in find_perf_probe_point_from_map() 3139 tp->address = map__unmap_ip(map, sym->start) + pp->offset; in find_probe_trace_events_from_map()
|
H A D | intel-pt.c | 2778 ip = map__unmap_ip(map, sym->start); in intel_pt_switch_ip() 2796 ip = map__unmap_ip(map, sym->start); in intel_pt_switch_ip()
|
/openbmc/linux/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 76 start = map__unmap_ip(map, sym->start); in loongarch_jump__parse() 77 end = map__unmap_ip(map, sym->end); in loongarch_jump__parse()
|
/openbmc/linux/tools/perf/arch/powerpc/util/ |
H A D | sym-handling.c | 134 if (map__unmap_ip(map, sym->start) == tev->point.address) { in arch__post_process_probe_trace_events()
|