Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dvmlinux-kallsyms.c15 #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()
212 mem_start = vmlinux_map->unmap_ip(vmlinux_map, map->start); in test__vmlinux_matches_kallsyms()
213 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end); in test__vmlinux_matches_kallsyms()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-kallsyms.c40 map->unmap_ip(map, symbol->start), map->unmap_ip(map, symbol->end), in __cmd_kallsyms()
H A Dbuiltin-kmem.c1015 addr - map->unmap_ip(map, sym->start)); in __print_slab_result()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmap.c124 map->unmap_ip = map__unmap_ip; in map__init()
185 map->map_ip = map->unmap_ip = identity__map_ip; in map__new()
490 return map->unmap_ip(map, rip) - map->reloc; in map__rip_2objdump()
508 return map->unmap_ip(map, ip); in map__objdump_2mem()
511 return map->unmap_ip(map, ip + map->pgoff); in map__objdump_2mem()
518 return map->unmap_ip(map, ip - map->dso->text_offset); in map__objdump_2mem()
663 u64 ip = map->unmap_ip(map, sym->start); in map__contains_symbol()
H A Dmap.h34 u64 (*unmap_ip)(struct map *, u64); member
H A Dannotate.c378 start = map->unmap_ip(map, sym->start), in jump__parse()
379 end = map->unmap_ip(map, sym->end); in jump__parse()
883 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, ms->map->unmap_ip(ms->map, addr)); in __symbol__inc_addr_samples()
1946 symfs_filename, sym->name, map->unmap_ip(map, sym->start), in symbol__disassemble()
1947 map->unmap_ip(map, sym->end)); in symbol__disassemble()
H A Dsymbol.c914 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in maps__split_kallsyms()
1380 map->unmap_ip = new_map->unmap_ip; in dso__load_kcore()
H A Dprobe-event.c144 *addr = map->unmap_ip(map, sym->start) - in kernel_get_symbol_address_by_name()
394 address = map->unmap_ip(map, sym->start) - map->reloc; in find_alternative_probe_point()
2215 pp->offset = addr - map->unmap_ip(map, sym->start); in find_perf_probe_point_from_map()
3068 tp->address = map->unmap_ip(map, sym->start) + pp->offset; in find_probe_trace_events_from_map()
H A Devent.c691 al->map->unmap_ip(al->map, al->sym->start)); in machine__resolve()
H A Dsymbol-elf.c989 map->unmap_ip = map__unmap_ip; in dso__process_kernel_symbol()
1045 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip; in dso__process_kernel_symbol()
H A Dsort.c307 rip = map->unmap_ip(map, ip); in _hist_entry__sym_snprintf()
318 ip - map->unmap_ip(map, sym->start)); in _hist_entry__sym_snprintf()
H A Dmachine.c1179 machine->vmlinux_map->map_ip = machine->vmlinux_map->unmap_ip = identity__map_ip; in __machine__create_kernel_maps()
3110 *addrp = map->unmap_ip(map, sym->start); in machine__resolve_kernel_addr()
H A Dintel-pt.c2120 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
2138 ip = map->unmap_ip(map, sym->start); in intel_pt_switch_ip()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dsym-handling.c134 if (map->unmap_ip(map, sym->start) == tev->point.address) { in arch__post_process_probe_trace_events()