Home
last modified time | relevance | path

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

123

/linux/tools/perf/util/
A 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()
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()
399 dso = map__dso(map); in map__find_symbol_by_name_idx()
417 struct dso *dso = map__dso(from); in map__clone()
433 const struct dso *dso = map__dso(map); in map__fprintf()
[all …]
A 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()
A 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))
A Dunwind-libunwind.c20 struct dso *dso = map__dso(map); in unwind__prepare_access()
A Dunwind-libdw.c57 dso = map__dso(al->map); in __report_module()
170 dso = map__dso(al.map); in access_dso_mem()
A 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()
A Dmachine.c49 return map__dso(machine->vmlinux_map); in machine__kernel_dso()
726 dso = dso__get(map__dso(map)); in machine__process_ksymbol_register()
757 struct dso *dso = map__dso(map); in machine__process_ksymbol_unregister()
785 struct dso *dso = map ? map__dso(map) : NULL; in machine__process_text_poke()
1260 struct dso *dso = map__dso(map); in machine__load_kallsyms()
1279 struct dso *dso = map__dso(map); in machine__load_vmlinux_path()
1337 dso = map__dso(map); in maps__set_module_path()
1446 dso__kernel_module_get_build_id(map__dso(map), machine->root_dir); in machine__create_module()
1632 dso__set_build_id(map__dso(map), bid); in machine__process_kernel_mmap_event()
2035 dso = map__dso(map); in callchain_srcline()
[all …]
A 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()
A Dprint_insn.c112 const struct dso *dso = al->map ? map__dso(al->map) : NULL; in is64bitip()
A 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()
A Ddisasm.c1204 struct dso *dso = map__dso(ms->map); in symbol__strerror_disassemble()
1382 struct dso *dso = map__dso(map); in read_symbol()
1456 if (dso__kernel(map__dso(map))) { in print_capstone_detail()
1489 struct dso *dso = map__dso(map); in symbol__disassemble_capstone_powerpc()
1733 struct dso *dso = map__dso(map); in symbol__disassemble_raw()
1853 struct dso *dso = map__dso(map); in symbol__disassemble_llvm()
2060 struct dso *dso = map__dso(map); in symbol__disassemble()
/linux/tools/perf/ui/browsers/
A 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()
/linux/tools/perf/tests/
A Dmaps.c29 strcmp(dso__name(map__dso(map)), merged->name) || in check_maps_cb()
42 dso__name(map__dso(map)), in failed_cb()
A Dsymbols.c53 if (map__dso(map) != data->dso) in find_map_cb()
176 dso = map__dso(map); in test_file()
A 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()
A 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()
A 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()
A 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()
A 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)))
/linux/tools/perf/
A Dbuiltin-kallsyms.c39 dso = map__dso(map); in __cmd_kallsyms()
A Dbuiltin-buildid-list.c27 const struct dso *dso = map__dso(map); in buildid__map_cb()
A 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()
/linux/tools/perf/arch/powerpc/util/
A Dsym-handling.c107 if (map__dso(map)->symtab_type == DSO_BINARY_TYPE__KALLSYMS) in arch__fix_tev_from_maps()
A Dskip-callchain-idx.c259 dso = map__dso(al.map); in arch_skip_callchain_idx()
/linux/tools/perf/scripts/python/Perf-Trace-Util/
A DContext.c157 dso = map ? map__dso(map) : NULL; in perf_sample_src()

Completed in 48 milliseconds

123