Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Daddr_location.c42 dst->maps = maps__get(src->maps); in addr_location__copy()
H A Dmaps.h73 struct maps *maps__get(struct maps *maps);
H A 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()
H A Dthread.c32 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
H A Ddb-export.c257 al.maps = maps__get(thread__maps(thread)); in call_path_from_sample()
H A Dmachine.c555 thread__set_maps(th, maps__get(thread__maps(leader))); in machine__update_thread_pid()
2244 ams->ms.maps = maps__get(al.maps); in ip__resolve_ams()
2265 ams->ms.maps = maps__get(al.maps); in ip__resolve_data()
2390 ms.maps = maps__get(al.maps); in add_callchain_ip()
3115 .maps = maps__get(ms->maps), in append_inlines()
H A Dmaps.c181 struct maps *maps__get(struct maps *maps) in maps__get() function
H A Devent.c643 al->maps = maps__get(maps); in thread__find_map()
H A Dhist.c453 he->ms.maps = maps__get(he->ms.maps); in hist_entry__init()
937 al->maps = maps__get(bi[i].to.ms.maps); in iter_next_branch_entry()