Home
last modified time | relevance | path

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

123

/tools/perf/util/
A Dmap.c237 if (!dso__kernel(map__dso(map))) in __map__is_kernel()
252 struct dso *dso = map__dso(map); in __map__is_bpf_prog()
269 struct dso *dso = map__dso(map); in __map__is_bpf_image()
285 const struct dso *dso = map__dso(map); in __map__is_ool()
317 struct dso *dso = map__dso(map); in map__fixup_start()
330 struct dso *dso = map__dso(map); in map__fixup_end()
344 struct dso *dso = map__dso(map); in map__load()
398 dso = map__dso(map); in map__find_symbol_by_name_idx()
416 struct dso *dso = map__dso(from); in map__clone()
432 const struct dso *dso = map__dso(map); in map__fprintf()
[all …]
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 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()
438 dso = map__dso(map); in map__set_kmap_maps()
703 args->printed += dso__fprintf(map__dso(map), args->fp); in maps__fprintf_cb()
840 dso__name(map__dso(new))); in __maps__fixup_overlap_and_insert()
1105 const struct dso *dso = map__dso(*(const struct map **)b); in map__strcmp_name()
1124 struct dso *dso = map__dso(maps__maps_by_name(maps)[i]); in maps__find_by_name()
1161 struct dso *dso = map__dso(pos); in maps__find_by_name()
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()
173 dso = map__dso(al.map); in access_dso_mem()
A Ddlfilter.c34 struct dso *dso = map__dso(al->map); in al_to_d_al()
269 dso = map ? map__dso(map) : NULL; in dlfilter__srcline()
295 return dso__data_read_offset(map__dso(map), machine, offset, buf, len); in code_read()
A Dprint_insn.c112 const struct dso *dso = al->map ? map__dso(al->map) : NULL; in is64bitip()
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()
460 dso = map__dso(map); in find_proc_info()
557 dso = map__dso(map); in access_dso_mem()
A Dmachine.c51 return map__dso(machine->vmlinux_map); in machine__kernel_dso()
769 dso = dso__get(map__dso(map)); in machine__process_ksymbol_register()
800 struct dso *dso = map__dso(map); in machine__process_ksymbol_unregister()
832 struct dso *dso = map ? map__dso(map) : NULL; in machine__process_text_poke()
1287 struct dso *dso = map__dso(map); in machine__load_kallsyms()
1306 struct dso *dso = map__dso(map); in machine__load_vmlinux_path()
1364 dso = map__dso(map); in maps__set_module_path()
1481 dso__kernel_module_get_build_id(map__dso(map), machine->root_dir); in machine__create_module()
1669 dso__set_build_id(map__dso(map), bid); in machine__process_kernel_mmap_event()
2074 dso = map__dso(map); in callchain_srcline()
[all …]
A Ddisasm_bpf.c38 struct dso *dso = map__dso(map); in symbol__disassemble_bpf()
A Dannotate-data.c654 struct dso *dso = map__dso(dloc->ms->map); in global_var__find()
667 struct dso *dso = map__dso(dloc->ms->map); in global_var__add()
788 struct dso *dso = map__dso(dloc->ms->map); in get_global_var_type()
1244 if (dso__kernel(map__dso(dloc->ms->map))) { in check_matching_type()
1643 struct dso *dso = map__dso(dloc->ms->map); in find_data_type()
1759 struct dso *dso = map__dso(he->ms.map); in print_annotated_data_header()
/tools/perf/ui/browsers/
A Dmap.c79 if (ui_browser__show(&browser->b, dso__long_name(map__dso(browser->map)), in map_browser__run()
111 .entries = dso__symbols(map__dso(map)), in map__browse()
/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.c59 if (map__dso(map) != data->dso) in find_map_cb()
182 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.c335 if (!thread__find_map(thread, cpumode, addr, &al) || !map__dso(al.map)) { in read_object_code()
345 dso = map__dso(al.map); in read_object_code()
678 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)))
/tools/perf/
A Dbuiltin-kallsyms.c49 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.c223 dso__set_hit(map__dso(a.map)); in process_branch_callback()
257 struct dso *dso = map__dso(al->map); in evsel__add_sample()
424 if (he->ms.sym == NULL || dso__annotate_warned(map__dso(he->ms.map))) in hists__find_annotations()
/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()
/tools/perf/scripts/python/Perf-Trace-Util/
A DContext.c147 dso = map ? map__dso(map) : NULL; in perf_sample_src()

Completed in 40 milliseconds

123