Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmap_symbol.c19 dst->maps = maps__get(src->maps); in map_symbol__copy()
H A Daddr_location.c43 dst->maps = maps__get(src->maps); in addr_location__copy()
H A Dmaps.h27 struct maps *maps__get(struct maps *maps);
H A Dmachine.c478 thread__set_maps(th, maps__get(thread__maps(leader))); in machine__update_thread_pid()
1984 ams->ms.maps = maps__get(al.maps); in ip__resolve_ams()
2005 ams->ms.maps = maps__get(al.maps); in ip__resolve_data()
2132 ms.maps = maps__get(al.maps); in add_callchain_ip()
2290 lbr_stitch->prev_lbr_cursor[idx].ms.maps = maps__get(cursor->curr->ms.maps); in save_lbr_cursor_node()
2503 stitch_node->cursor.ms.maps = maps__get(lbr_stitch->prev_lbr_cursor[i].ms.maps); in has_stitched_lbr()
2880 .maps = maps__get(ms->maps), in append_inlines()
H A Ddb-export.c257 al.maps = maps__get(thread__maps(thread)); in call_path_from_sample()
H A Dthread.c35 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
H A Dhist.c475 he->ms.maps = maps__get(he->ms.maps); in hist_entry__init()
491 he->branch_info->from.ms.maps = maps__get(he->branch_info->from.ms.maps); in hist_entry__init()
493 he->branch_info->to.ms.maps = maps__get(he->branch_info->to.ms.maps); in hist_entry__init()
958 al->maps = maps__get(bi[i].to.ms.maps); in iter_next_branch_entry()
H A Dcallchain.c1035 .maps = maps__get(list->ms.maps), in merge_chain_branch()
1143 al->maps = maps__get(node->ms.maps); in fill_callchain_info()
H A Devent.c663 al->maps = maps__get(maps); in thread__find_map()
H A Dmaps.c262 struct maps *maps__get(struct maps *maps) in maps__get() function