Searched refs:maps__get (Results 1 – 10 of 10) sorted by relevance
19 dst->maps = maps__get(src->maps); in map_symbol__copy()
42 dst->maps = maps__get(src->maps); in addr_location__copy()
27 struct maps *maps__get(struct maps *maps);
594 call->ms.maps = maps__get(call->ms.maps); in fill_node()1037 .maps = maps__get(list->ms.maps), in merge_chain_branch()1098 node->ms.maps = maps__get(ms->maps); in callchain_cursor_append()1147 al->maps = maps__get(node->ms.maps); in fill_callchain_info()
473 thread__set_maps(th, maps__get(thread__maps(leader))); in machine__update_thread_pid()1980 ams->ms.maps = maps__get(al.maps); in ip__resolve_ams()2001 ams->ms.maps = maps__get(al.maps); in ip__resolve_data()2128 ms.maps = maps__get(al.maps); in add_callchain_ip()2286 lbr_stitch->prev_lbr_cursor[idx].ms.maps = maps__get(cursor->curr->ms.maps); in save_lbr_cursor_node()2499 stitch_node->cursor.ms.maps = maps__get(lbr_stitch->prev_lbr_cursor[i].ms.maps); in has_stitched_lbr()2876 .maps = maps__get(ms->maps), in append_inlines()
32 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
257 al.maps = maps__get(thread__maps(thread)); in call_path_from_sample()
459 he->ms.maps = maps__get(he->ms.maps); in hist_entry__init()475 he->branch_info->from.ms.maps = maps__get(he->branch_info->from.ms.maps); in hist_entry__init()477 he->branch_info->to.ms.maps = maps__get(he->branch_info->to.ms.maps); in hist_entry__init()936 al->maps = maps__get(bi[i].to.ms.maps); in iter_next_branch_entry()
663 al->maps = maps__get(maps); in thread__find_map()
262 struct maps *maps__get(struct maps *maps) in maps__get() function
Completed in 28 milliseconds