Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/tests/
A Dvmlinux-kallsyms.c16 #define UM(x) kallsyms_map->unmap_ip(kallsyms_map, (x))
223 mem_start = vmlinux_map->unmap_ip(vmlinux_map, sym->start); in test__vmlinux_matches_kallsyms()
224 mem_end = vmlinux_map->unmap_ip(vmlinux_map, sym->end); in test__vmlinux_matches_kallsyms()
320 mem_start = vmlinux_map->unmap_ip(vmlinux_map, map->start); in test__vmlinux_matches_kallsyms()
321 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end); in test__vmlinux_matches_kallsyms()
/linux-6.3-rc2/tools/perf/util/
A Dmap.c113 map->unmap_ip = map__unmap_ip; in map__init()
174 map->map_ip = map->unmap_ip = identity__map_ip; in map__new()
500 return map->unmap_ip(map, rip) - map->reloc; in map__rip_2objdump()
518 return map->unmap_ip(map, ip); in map__objdump_2mem()
521 return map->unmap_ip(map, ip + map->pgoff); in map__objdump_2mem()
528 return map->unmap_ip(map, ip - map->dso->text_offset); in map__objdump_2mem()
535 u64 ip = map->unmap_ip(map, sym->start); in map__contains_symbol()
A Dmap.h34 u64 (*unmap_ip)(const struct map *, u64); member
A Dbpf_lock_contention.c77 addrs[con->filters->nr_addrs++] = kmap->unmap_ip(kmap, sym->start); in lock_contention_prepare()
A Devent.c745 al->map->unmap_ip(al->map, al->sym->start)); in machine__resolve()
750 unsigned long addr = al->map->unmap_ip(al->map, al->addr); in machine__resolve()
A Dmachine.c1313 machine->vmlinux_map->map_ip = machine->vmlinux_map->unmap_ip = identity__map_ip; in __machine__create_kernel_maps()
3309 *addrp = map->unmap_ip(map, sym->start); in machine__resolve_kernel_addr()
3352 machine->sched.text_start = kmap->unmap_ip(kmap, sym->start); in machine__is_lock_function()
3356 machine->sched.text_end = kmap->unmap_ip(kmap, sym->start); in machine__is_lock_function()
3359 machine->lock.text_start = kmap->unmap_ip(kmap, sym->start); in machine__is_lock_function()
3362 machine->lock.text_end = kmap->unmap_ip(kmap, sym->start); in machine__is_lock_function()
A Dsort.c321 rip = map->unmap_ip(map, ip); in _hist_entry__sym_snprintf()
332 ip - map->unmap_ip(map, sym->start)); in _hist_entry__sym_snprintf()
1109 ip - map->unmap_ip(map, sym->start)); in _hist_entry__addr_snprintf()
2065 left_ip = left_map->unmap_ip(left_map, left_ip); in sort__addr_cmp()
2067 right_ip = right_map->unmap_ip(right_map, right_ip); in sort__addr_cmp()
2079 ip = map->unmap_ip(map, ip); in hist_entry__addr_snprintf()
A Dannotate.c387 start = map->unmap_ip(map, sym->start), in jump__parse()
388 end = map->unmap_ip(map, sym->end); in jump__parse()
892 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, ms->map->unmap_ip(ms->map, addr)); in __symbol__inc_addr_samples()
1988 symfs_filename, sym->name, map->unmap_ip(map, sym->start), in symbol__disassemble()
1989 map->unmap_ip(map, sym->end)); in symbol__disassemble()
A Dsymbol.c934 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in maps__split_kallsyms()
1413 map->unmap_ip = new_map->unmap_ip; in dso__load_kcore()
A Dprobe-event.c144 *addr = map->unmap_ip(map, sym->start) - in kernel_get_symbol_address_by_name()
396 address = map->unmap_ip(map, sym->start) - map->reloc; in find_alternative_probe_point()
2245 pp->offset = addr - map->unmap_ip(map, sym->start); in find_perf_probe_point_from_map()
3119 tp->address = map->unmap_ip(map, sym->start) + pp->offset; in find_probe_trace_events_from_map()
A Dsymbol-elf.c1378 map->unmap_ip = map__unmap_ip; in dso__process_kernel_symbol()
1434 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in dso__process_kernel_symbol()
A Dintel-pt.c2752 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
2770 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-kallsyms.c40 map->unmap_ip(map, symbol->start), map->unmap_ip(map, symbol->end), in __cmd_kallsyms()
A Dbuiltin-kmem.c1027 addr - map->unmap_ip(map, sym->start)); in __print_slab_result()
A Dbuiltin-lock.c1073 addrs[filters.nr_addrs++] = kmap->unmap_ip(kmap, sym->start); in report_lock_contention_begin_event()
/linux-6.3-rc2/tools/perf/arch/powerpc/util/
A Dsym-handling.c134 if (map->unmap_ip(map, sym->start) == tev->point.address) { in arch__post_process_probe_trace_events()

Completed in 107 milliseconds