Home
last modified time | relevance | path

Searched refs:maps__get (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/tools/perf/util/
Daddr_location.c42 dst->maps = maps__get(src->maps); in addr_location__copy()
Dmaps.h63 struct maps *maps__get(struct maps *maps);
Dcallchain.c594 call->ms.maps = maps__get(call->ms.maps); in fill_node()
1020 .maps = maps__get(list->ms.maps), in merge_chain_branch()
1083 node->ms.maps = maps__get(ms->maps); in callchain_cursor_append()
1132 al->maps = maps__get(node->ms.maps); in fill_callchain_info()
Dthread.c32 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
Dmaps.c181 struct maps *maps__get(struct maps *maps) in maps__get() function
Dmachine.c555 thread__set_maps(th, maps__get(thread__maps(leader))); in machine__update_thread_pid()
2240 ams->ms.maps = maps__get(al.maps); in ip__resolve_ams()
2261 ams->ms.maps = maps__get(al.maps); in ip__resolve_data()
2386 ms.maps = maps__get(al.maps); in add_callchain_ip()
3109 .maps = maps__get(ms->maps), in append_inlines()
Devent.c643 al->maps = maps__get(maps); in thread__find_map()
Dhist.c453 he->ms.maps = maps__get(he->ms.maps); in hist_entry__init()
932 al->maps = maps__get(bi[i].to.ms.maps); in iter_next_branch_entry()