Home
last modified time | relevance | path

Searched refs:map__get (Results 1 – 19 of 19) sorted by relevance

/linux/tools/perf/util/
A Dmaps.c461 maps_by_address[nr_maps] = map__get(new); in __maps__insert()
463 maps_by_name[nr_maps] = map__get(new); in __maps__insert()
646 *args->mapp = map__get(map); in maps__find_symbol_by_name_cb()
780 maps_by_name[nr_maps] = map__get(new1); in __maps__insert_sorted()
784 maps_by_name[nr_maps + 1] = map__get(new2); in __maps__insert_sorted()
894 maps_by_address[i] = map__get(new); in __maps__fixup_overlap_and_insert()
912 maps_by_address[i] = map__get(new); in __maps__fixup_overlap_and_insert()
983 dest_maps_by_name[i] = map__get(new); in maps__copy_from()
1050 result = map__get(*mapp); in maps__find()
1096 result = map__get(*mapp); in maps__find_by_name()
[all …]
A Dmap_symbol.c20 dst->map = map__get(src->map); in map_symbol__copy()
A Daddr_location.c43 dst->map = map__get(src->map); in addr_location__copy()
A Dcallchain.c593 call->ms.map = map__get(call->ms.map); in fill_node()
1038 .map = map__get(list->ms.map), in merge_chain_branch()
1099 node->ms.map = map__get(ms->map); in callchain_cursor_append()
1149 al->map = map__get(node->ms.map); in fill_callchain_info()
1567 new->ms.map = map__get(new->ms.map); in callchain_node__make_parent_list()
A Devsel_fprintf.c167 node_al.map = map__get(map); in sample__fprintf_callchain()
A Dmap.h185 static inline struct map *map__get(struct map *map) in map__get() function
A Dmachine.c1497 updated = map__get(orig); in machine__update_kernel_mmap()
1982 ams->ms.map = map__get(al.map); in ip__resolve_ams()
2003 ams->ms.map = map__get(al.map); in ip__resolve_data()
2129 ms.map = map__get(al.map); in add_callchain_ip()
2287 lbr_stitch->prev_lbr_cursor[idx].ms.map = map__get(cursor->curr->ms.map); in save_lbr_cursor_node()
2500 stitch_node->cursor.ms.map = map__get(lbr_stitch->prev_lbr_cursor[i].ms.map); in has_stitched_lbr()
2877 .map = map__get(map), in append_inlines()
A Dhist.c460 he->ms.map = map__get(he->ms.map); in hist_entry__init()
476 he->branch_info->from.ms.map = map__get(he->branch_info->from.ms.map); in hist_entry__init()
478 he->branch_info->to.ms.map = map__get(he->branch_info->to.ms.map); in hist_entry__init()
648 he->ms.map = map__get(entry->ms.map); in hists__findnew_entry()
938 al->map = map__get(bi[i].to.ms.map); in iter_next_branch_entry()
1247 alm = map__get(al->map); in hist_entry_iter__add()
A Dsymbol.c847 struct map *curr_map = map__get(initial_map); in maps__split_kallsyms()
898 curr_map = map__get(initial_map); in maps__split_kallsyms()
934 curr_map = map__get(initial_map); in maps__split_kallsyms()
1376 map_ref = map__get(map); in dso__load_kcore()
A Ddb-export.c256 al.map = map__get(node->ms.map); in call_path_from_sample()
A Dunwind-libunwind-local.c442 ret = map__get(al.map); in find_map()
A Dprobe-event.c167 args->result = map__get(map); in kernel_get_module_map_cb()
187 return map__get(map); in kernel_get_module_map()
A Dsymbol-elf.c1453 struct map *tmp = map__get(map); in dso__process_kernel_symbol()
/linux/tools/perf/tests/
A Dhists_link.c101 fake_common_samples[k].map = map__get(al.map); in add_hist_entries()
121 fake_samples[i][k].map = map__get(al.map); in add_hist_entries()
A Dsymbols.c92 map__get(*map_p); in create_map()
A Dhists_filter.c95 fake_samples[i].map = map__get(al.map); in add_hist_entries()
A Dhists_cumulate.c117 fake_samples[i].map = map__get(al.map); in add_hist_entries()
A Dhists_output.c82 fake_samples[i].map = map__get(al.map); in add_hist_entries()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c479 node_al.map = map__get(map); in python_process_callchain()

Completed in 63 milliseconds