Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmaps.c616 result = map__find_symbol(map, map__map_ip(map, addr)); in maps__find_symbol()
672 ams->al_addr = map__map_ip(ams->ms.map, ams->addr); in maps__find_ams()
859 assert(map__map_ip(pos, map__end(new)) == in __maps__fixup_overlap_and_insert()
860 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.c143 al.map ? map__map_ip(al.map, ip) : (u64) 0); in entry()
H A Devent.c536 al.addr = map__map_ip(al.map, tp->addr); in perf_event__fprintf_text_poke()
672 al->addr = map__map_ip(al->map, al->addr); in thread__find_map()
H A Dthread.c461 offset = map__map_ip(al.map, ip); in thread__memcpy()
H A Dmap.c603 return map__map_ip(map, ip + map__reloc(map)); in map__objdump_2rip()
H A Dbpf_lock_contention.c529 offset = map__map_ip(kmap, addr) - sym->start; in lock_contention_finish()
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()
1480 addr = map__map_ip(map, addr); in print_capstone_detail()
H A Ddso.c1187 u64 offset = map__map_ip(map, addr); in dso__data_read_addr()
1228 u64 offset = map__map_ip(map, addr); in dso__data_write_cache_addr()
H A Ddlfilter.c290 u64 offset = map__map_ip(map, ip); in code_read()
H A Dunwind-libunwind-local.c675 al.map ? map__map_ip(al.map, ip) : (u64) 0); in entry()
H A Dmachine.c731 sym = symbol__new(map__map_ip(map, map__start(map)), in machine__process_ksymbol_register()
761 sym = dso__find_symbol(dso, map__map_ip(map, map__start(map))); in machine__process_ksymbol_unregister()
1091 map__set_pgoff(map, map__map_ip(dest_map, map__pgoff(map))); in machine__map_x86_64_entry_trampolines_cb()
H A Dcs-etm.c1131 offset = map__map_ip(al.map, address); in cs_etm__mem_access()
/linux/tools/perf/
H A Dbuiltin-lock.c823 offset = map__map_ip(map, ip) - sym->start; in report_lock_contended_event()