Home
last modified time | relevance | path

Searched refs:map__dso (Results 1 – 25 of 58) sorted by relevance

123

/tools/perf/util/
Dmap.c238 if (!dso__kernel(map__dso(map))) in __map__is_kernel()
253 struct dso *dso = map__dso(map); in __map__is_bpf_prog()
270 struct dso *dso = map__dso(map); in __map__is_bpf_image()
286 const struct dso *dso = map__dso(map); in __map__is_ool()
293 return dso__has_symbols(map__dso(map)); in map__has_symbols()
318 struct dso *dso = map__dso(map); in map__fixup_start()
331 struct dso *dso = map__dso(map); in map__fixup_end()
345 struct dso *dso = map__dso(map); in map__load()
389 return dso__find_symbol(map__dso(map), addr); in map__find_symbol()
399 dso = map__dso(map); in map__find_symbol_by_name_idx()
[all …]
Dmap.h47 static inline struct dso *map__dso(const struct map *map) in map__dso() function
155 dso__for_each_symbol(map__dso(map), pos, n)
170 pos = dso__next_symbol_by_name(map__dso(map), &idx))
Dmaps.c79 if (map__dso(map) && dso__kernel(map__dso(map))) in check_invariants()
343 const struct dso *dso_a = map__dso(map_a); in map__strcmp()
344 const struct dso *dso_b = map__dso(map_b); in map__strcmp()
435 const struct dso *dso = map__dso(new); in __maps__insert()
690 args->printed += dso__fprintf(map__dso(map), args->fp); in maps__fprintf_cb()
823 dso__name(map__dso(new))); in __maps__fixup_overlap_and_insert()
1062 const struct dso *dso = map__dso(*(const struct map **)b); in map__strcmp_name()
1081 struct dso *dso = map__dso(maps__maps_by_name(maps)[i]); in maps__find_by_name()
1118 struct dso *dso = map__dso(pos); in maps__find_by_name()
Dunwind-libunwind.c20 struct dso *dso = map__dso(map); in unwind__prepare_access()
Dunwind-libdw.c57 dso = map__dso(al->map); in __report_module()
170 dso = map__dso(al.map); in access_dso_mem()
Ddlfilter.c34 struct dso *dso = map__dso(al->map); in al_to_d_al()
268 dso = map ? map__dso(map) : NULL; in dlfilter__srcline()
294 return dso__data_read_offset(map__dso(map), machine, offset, buf, len); in code_read()
Dprint_insn.c112 const struct dso *dso = al->map ? map__dso(al->map) : NULL; in is64bitip()
Dunwind-libunwind-local.c315 if (map__dso(map) == args->dso && map__start(map) - map__pgoff(map) < args->base_addr) in read_unwind_spec_eh_frame_maps_cb()
462 dso = map__dso(map); in find_proc_info()
557 dso = map__dso(map); in access_dso_mem()
Dmachine.c49 return map__dso(machine->vmlinux_map); in machine__kernel_dso()
728 dso = dso__get(map__dso(map)); in machine__process_ksymbol_register()
759 struct dso *dso = map__dso(map); in machine__process_ksymbol_unregister()
787 struct dso *dso = map ? map__dso(map) : NULL; in machine__process_text_poke()
1262 struct dso *dso = map__dso(map); in machine__load_kallsyms()
1281 struct dso *dso = map__dso(map); in machine__load_vmlinux_path()
1339 dso = map__dso(map); in maps__set_module_path()
1448 dso__kernel_module_get_build_id(map__dso(map), machine->root_dir); in machine__create_module()
1634 dso__set_build_id(map__dso(map), bid); in machine__process_kernel_mmap_event()
2037 dso = map__dso(map); in callchain_srcline()
[all …]
Ddisasm_bpf.c38 struct dso *dso = map__dso(map); in symbol__disassemble_bpf()
Dannotate-data.c620 struct dso *dso = map__dso(dloc->ms->map); in global_var__find()
633 struct dso *dso = map__dso(dloc->ms->map); in global_var__add()
754 struct dso *dso = map__dso(dloc->ms->map); in get_global_var_type()
1205 if (dso__kernel(map__dso(dloc->ms->map))) { in check_matching_type()
1604 struct dso *dso = map__dso(dloc->ms->map); in find_data_type()
1720 struct dso *dso = map__dso(he->ms.map); in print_annotated_data_header()
/tools/perf/ui/browsers/
Dmap.c79 if (ui_browser__show(&browser->b, dso__long_name(map__dso(browser->map)), in map_browser__run()
109 .entries = dso__symbols(map__dso(map)), in map__browse()
/tools/perf/tests/
Dmaps.c29 strcmp(dso__name(map__dso(map)), merged->name) || in check_maps_cb()
42 dso__name(map__dso(map)), in failed_cb()
Dsymbols.c53 if (map__dso(map) != data->dso) in find_map_cb()
176 dso = map__dso(map); in test_file()
Dhists_common.c182 struct dso *dso = map__dso(he->ms.map); in print_hists_in()
211 struct dso *dso = map__dso(he->ms.map); in print_hists_out()
Dvmlinux-kallsyms.c123 struct dso *dso = map__dso(map); in test__vmlinux_matches_kallsyms_cb1()
156 struct dso *dso = map__dso(map); in test__vmlinux_matches_kallsyms_cb2()
Dhists_filter.c209 hists->dso_filter = map__dso(fake_samples[0].map); in test__hists_filter()
303 hists->dso_filter = map__dso(fake_samples[1].map); in test__hists_filter()
Dcode-reading.c245 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) { in read_object_code()
255 dso = map__dso(al.map); in read_object_code()
581 dso = map__dso(map); in do_test_code_reading()
Dhists_cumulate.c167 #define DSO(he) (dso__short_name(map__dso(he->ms.map)))
171 #define CDSO(cl) (dso__short_name(map__dso(cl->ms.map)))
/tools/perf/
Dbuiltin-kallsyms.c39 dso = map__dso(map); in __cmd_kallsyms()
Dbuiltin-buildid-list.c27 const struct dso *dso = map__dso(map); in buildid__map_cb()
Dbuiltin-annotate.c222 dso__set_hit(map__dso(a.map)); in process_branch_callback()
256 struct dso *dso = map__dso(al->map); in evsel__add_sample()
423 if (he->ms.sym == NULL || dso__annotate_warned(map__dso(he->ms.map))) in hists__find_annotations()
/tools/perf/arch/powerpc/util/
Dsym-handling.c107 if (map__dso(map)->symtab_type == DSO_BINARY_TYPE__KALLSYMS) in arch__fix_tev_from_maps()
Dskip-callchain-idx.c259 dso = map__dso(al.map); in arch_skip_callchain_idx()
/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c157 dso = map ? map__dso(map) : NULL; in perf_sample_src()

123