Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Daddr_location.c43 dst->map = map__get(src->map); in addr_location__copy()
Dmaps.c48 new_rb_node->map = map__get(map); in __maps__insert()
105 maps__maps_by_name(maps)[maps__nr_maps(maps) - 1] = map__get(map); in maps__insert()
Dcallchain.c593 call->ms.map = map__get(call->ms.map); in fill_node()
1021 .map = map__get(list->ms.map), in merge_chain_branch()
1084 node->ms.map = map__get(ms->map); in callchain_cursor_append()
1134 al->map = map__get(node->ms.map); in fill_callchain_info()
1549 new->ms.map = map__get(new->ms.map); in callchain_node__make_parent_list()
Dhist.c454 he->ms.map = map__get(he->ms.map); in hist_entry__init()
469 he->branch_info->from.ms.map = map__get(he->branch_info->from.ms.map); in hist_entry__init()
470 he->branch_info->to.ms.map = map__get(he->branch_info->to.ms.map); in hist_entry__init()
474 he->mem_info->iaddr.ms.map = map__get(he->mem_info->iaddr.ms.map); in hist_entry__init()
475 he->mem_info->daddr.ms.map = map__get(he->mem_info->daddr.ms.map); in hist_entry__init()
642 he->ms.map = map__get(entry->ms.map); in hists__findnew_entry()
934 al->map = map__get(bi[i].to.ms.map); in iter_next_branch_entry()
1230 alm = map__get(al->map); in hist_entry_iter__add()
Devsel_fprintf.c168 node_al.map = map__get(map); in sample__fprintf_callchain()
Dmap.h176 static inline struct map *map__get(struct map *map) in map__get() function
Devent.c514 al.map = map__get(maps__find(machine__kernel_maps(machine), tp->addr)); in perf_event__fprintf_text_poke()
644 al->map = map__get(maps__find(maps, al->addr)); in thread__find_map()
Ddb-export.c256 al.map = map__get(node->ms.map); in call_path_from_sample()
Dmachine.c1698 updated = map__get(orig); in machine__update_kernel_mmap()
2242 ams->ms.map = map__get(al.map); in ip__resolve_ams()
2263 ams->ms.map = map__get(al.map); in ip__resolve_data()
2387 ms.map = map__get(al.map); in add_callchain_ip()
3112 .map = map__get(map), in append_inlines()
Dunwind-libunwind-local.c423 ret = map__get(al.map); in find_map()
Dsymbol.c1481 map_ref = map__get(map); in dso__load_kcore()
2118 maps_by_name[i++] = map__get(rb_node->map); in map__groups__sort_by_name_from_rbtree()
Dprobe-event.c164 return map__get(map); in kernel_get_module_map()
176 return map__get(pos->map); in kernel_get_module_map()
Dsymbol-elf.c1400 struct map *tmp = map__get(map); in dso__process_kernel_symbol()
/linux-6.6.21/tools/perf/tests/
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()
Dhists_filter.c95 fake_samples[i].map = map__get(al.map); in add_hist_entries()
Dhists_cumulate.c117 fake_samples[i].map = map__get(al.map); in add_hist_entries()
Dhists_output.c82 fake_samples[i].map = map__get(al.map); in add_hist_entries()
/linux-6.6.21/tools/perf/util/scripting-engines/
Dtrace-event-python.c476 node_al.map = map__get(map); in python_process_callchain()