Searched refs:map__get (Results 1 – 23 of 23) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | maps.c | 394 maps_by_name[i] = map__get(maps_by_address[i]); in maps__sort_by_name() 500 maps_by_address[nr_maps] = map__get(new); in __maps__insert() 503 maps_by_name[nr_maps] = map__get(new); in __maps__insert() 690 *args->mapp = map__get(map); in maps__find_symbol_by_name_cb() 823 maps_by_address[first_after_index] = map__get(new1); in __maps__insert_sorted() 825 maps_by_name[nr_maps] = map__get(new1); in __maps__insert_sorted() 827 maps_by_address[first_after_index + 1] = map__get(new2); in __maps__insert_sorted() 829 maps_by_name[nr_maps + 1] = map__get(new2); in __maps__insert_sorted() 930 maps_by_name[ni] = map__get(before); in __maps__fixup_overlap_and_insert() 953 maps_by_address[i] = map__get(new); in __maps__fixup_overlap_and_insert() [all …]
|
| H A D | addr_location.c | 40 dst->map = map__get(src->map); in addr_location__copy()
|
| H A D | map_symbol.c | 21 dst->map = map__get(src->map); in map_symbol__copy()
|
| H A D | evsel_fprintf.c | 169 node_al.map = map__get(map); in sample__fprintf_callchain()
|
| H A D | map.h | 184 static inline struct map *map__get(struct map *map) in map__get() function
|
| H A D | machine.c | 1532 updated = map__get(orig); in machine__update_kernel_mmap() 2021 ams->ms.map = map__get(al.map); in ip__resolve_ams() 2042 ams->ms.map = map__get(al.map); in ip__resolve_data() 2124 .map = map__get(map), in append_inlines() 2224 ms.map = map__get(al.map); in add_callchain_ip() 2387 lbr_stitch->prev_lbr_cursor[idx].ms.map = map__get(cursor->curr->ms.map); in save_lbr_cursor_node() 2613 stitch_node->cursor.ms.map = map__get(lbr_stitch->prev_lbr_cursor[i].ms.map); in has_stitched_lbr()
|
| H A D | hist.c | 540 he->ms.map = map__get(he->ms.map); in hist_entry__init() 556 he->branch_info->from.ms.map = map__get(he->branch_info->from.ms.map); in hist_entry__init() 558 he->branch_info->to.ms.map = map__get(he->branch_info->to.ms.map); in hist_entry__init() 730 he->ms.map = map__get(entry->ms.map); in hists__findnew_entry() 1026 al->map = map__get(bi[i].to.ms.map); in iter_next_branch_entry() 1339 alm = map__get(al->map); in hist_entry_iter__add()
|
| H A D | symbol.c | 862 struct map *curr_map = map__get(initial_map); in maps__split_kallsyms() 913 curr_map = map__get(initial_map); in maps__split_kallsyms() 950 curr_map = map__get(initial_map); in maps__split_kallsyms() 1394 map_ref = map__get(map); in dso__load_kcore()
|
| H A D | unwind-libdw.c | 165 e->ms.map = map__get(al.map); in entry()
|
| H A D | disasm.c | 269 .ms = { .map = map__get(map), }, in call__parse() 343 .ms = { .map = map__get(map), }, in jump__parse() 1067 .ms = { .map = map__get(map), }, in symbol__parse_objdump_line()
|
| H A D | db-export.c | 256 al.map = map__get(node->ms.map); in call_path_from_sample()
|
| H A D | unwind-libunwind-local.c | 440 ret = map__get(al.map); in find_map()
|
| H A D | callchain.c | 1047 .map = map__get(list->ms.map), in merge_chain_branch() 1157 al->map = map__get(node->ms.map); in fill_callchain_info()
|
| H A D | probe-event.c | 174 args->result = map__get(map); in kernel_get_module_map_cb() 194 return map__get(map); in kernel_get_module_map()
|
| H A D | symbol-elf.c | 1380 struct map *tmp = map__get(map); in dso__process_kernel_symbol()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-loongarch.c | 50 .ms = { .map = map__get(map), }, in loongarch_call__parse() 76 .ms = { .map = map__get(map), }, in loongarch_jump__parse()
|
| H A D | annotate-s390.c | 49 .ms = { .map = map__get(map), }, in s390_call__parse()
|
| /linux/tools/perf/tests/ |
| H A D | hists_link.c | 101 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()
|
| H A D | symbols.c | 98 map__get(*map_p); in create_map()
|
| H A D | hists_filter.c | 95 fake_samples[i].map = map__get(al.map); in add_hist_entries()
|
| H A D | hists_cumulate.c | 117 fake_samples[i].map = map__get(al.map); in add_hist_entries()
|
| H A D | hists_output.c | 82 fake_samples[i].map = map__get(al.map); in add_hist_entries()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 453 node_al.map = map__get(map); in python_process_callchain()
|