Home
last modified time | relevance | path

Searched refs:map__map_ip (Results 1 – 18 of 18) sorted by relevance

/linux/tools/perf/util/
H A Dmaps.c629 result = map__find_symbol(map, map__map_ip(map, addr)); in maps__find_symbol()
685 ams->al_addr = map__map_ip(ams->ms.map, ams->addr); in maps__find_ams()
879 assert(map__map_ip(pos, map__end(new)) == in __maps__fixup_overlap_and_insert()
880 map__map_ip(after, map__end(new))); in __maps__fixup_overlap_and_insert()
H A Dmap.h119 static inline u64 map__map_ip(const struct map *map, u64 ip_or_rip) in map__map_ip() function
H A Dunwind-libdw.c146 al.map ? map__map_ip(al.map, ip) : (u64) 0); in entry()
H A Devent.c556 al.addr = map__map_ip(al.map, tp->addr); in perf_event__fprintf_text_poke()
695 al->addr = map__map_ip(al->map, al->addr); in thread__find_map()
H A Dthread.c564 offset = map__map_ip(al.map, ip); in thread__memcpy()
H A Dmap.c602 return map__map_ip(map, ip + map__reloc(map)); in map__objdump_2rip()
H A Ddlfilter.c290 u64 offset = map__map_ip(map, ip); in code_read()
H A Ddisasm.c301 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target.addr)) == ops->target.addr) in call__parse()
430 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target.addr)) == ops->target.addr) in jump__parse()
1481 addr = map__map_ip(map, addr); in print_capstone_detail()
H A Ddso.c1273 u64 offset = map__map_ip(map, addr); in dso__data_read_addr()
1314 u64 offset = map__map_ip(map, addr); in dso__data_write_cache_addr()
H A Dunwind-libunwind-local.c675 al.map ? map__map_ip(al.map, ip) : (u64) 0); in entry()
H A Dbpf_lock_contention.c642 offset = map__map_ip(kmap, addr) - sym->start; in lock_contention_get_name()
H A Dmachine.c772 sym = symbol__new(map__map_ip(map, map__start(map)), in machine__process_ksymbol_register()
802 sym = dso__find_symbol(dso, map__map_ip(map, map__start(map))); in machine__process_ksymbol_unregister()
1116 map__set_pgoff(map, map__map_ip(dest_map, map__pgoff(map))); in machine__map_x86_64_entry_trampolines_cb()
H A Dsymbol.c927 pos->start = map__map_ip(curr_map, pos->start); in maps__split_kallsyms()
928 pos->end = map__map_ip(curr_map, pos->end); in maps__split_kallsyms()
H A Dintel-pt.c832 offset = map__map_ip(al.map, *ip); in intel_pt_walk_next_insn()
1013 offset = map__map_ip(al.map, ip); in __intel_pt_pgd_ip()
3674 offset = map__map_ip(al.map, addr); in intel_pt_text_poke()
H A Dcs-etm.c1138 offset = map__map_ip(al.map, address); in cs_etm__mem_access()
/linux/tools/perf/
H A Dbuiltin-lock.c837 offset = map__map_ip(map, ip) - sym->start; in get_symbol_name_offset()
H A Dbuiltin-script.c1147 offset = map__map_ip(al.map, start); in grab_bb()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c451 node_al.addr = map__map_ip(map, node->ip); in python_process_callchain()