/Linux-v5.15/tools/perf/util/ |
D | dso.h | 103 #define DSO__SWAP(dso, type, val) \ argument 147 struct dso { struct 163 enum dso_space_type kernel; argument 164 enum dso_swap_type needs_swap; argument 165 enum dso_binary_type symtab_type; argument 166 enum dso_binary_type binary_type; argument 167 enum dso_load_errno load_errno; argument 190 /* dso data file */ argument 213 struct dso_id id; argument 220 * @dso: the 'struct dso *' in which symbols are iterated argument [all …]
|
D | dso.c | 41 char dso__symtab_origin(const struct dso *dso) in dso__symtab_origin() 69 int dso__read_binary_type_filename(const struct dso *dso, in dso__read_binary_type_filename() 276 bool dso__needs_decompress(struct dso *dso) in dso__needs_decompress() 325 static int decompress_kmodule(struct dso *dso, const char *name, in decompress_kmodule() 338 int dso__decompress_kmodule_fd(struct dso *dso, const char *name) in dso__decompress_kmodule_fd() 343 int dso__decompress_kmodule_path(struct dso *dso, const char *name, in dso__decompress_kmodule_path() 432 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info() 456 static void dso__list_add(struct dso *dso) in dso__list_add() 462 static void dso__list_del(struct dso *dso) in dso__list_del() 493 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso() [all …]
|
D | dsos.c | 37 static void dso__inject_id(struct dso *dso, struct dso_id *id) in dso__inject_id() 108 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, in __dsos__findnew_link_by_longname_id() 157 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add() 184 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add() 214 static void dso__set_basename(struct dso *dso) in dso__set_basename() 248 struct dso *dso = dso__new_id(name, id); in __dsos__addnew_id() local 266 struct dso *dso = __dsos__find_id(dsos, name, id, false); in __dsos__findnew_id() local 276 struct dso *dso; in dsos__findnew_id() local 284 bool (skip)(struct dso *dso, int parm), int parm) in __dsos__fprintf_buildid()
|
D | vdso.c | 130 struct dso *dso; in __machine__addnew_vdso() local 150 struct dso *dso = map->dso; in machine__thread_dso_type() local 241 struct dso *dso; in __machine__findnew_compat() local 259 struct dso **dso) in __machine__findnew_vdso_compat() 293 struct dso *dso = NULL; in machine__find_vdso() local 324 struct dso *dso = NULL; in machine__findnew_vdso() local 358 bool dso__is_vdso(struct dso *dso) in dso__is_vdso()
|
D | symbol.c | 500 void dso__reset_find_symbol_cache(struct dso *dso) in dso__reset_find_symbol_cache() 506 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol() 518 void dso__delete_symbol(struct dso *dso, struct symbol *sym) in dso__delete_symbol() 525 struct symbol *dso__find_symbol(struct dso *dso, u64 addr) in dso__find_symbol() 535 struct symbol *dso__first_symbol(struct dso *dso) in dso__first_symbol() 540 struct symbol *dso__last_symbol(struct dso *dso) in dso__last_symbol() 561 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name) in dso__find_symbol_by_name() 571 void dso__sort_by_name(struct dso *dso) in dso__sort_by_name() 699 struct dso *dso = arg; in map__process_kallsym_symbol() local 727 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms() [all …]
|
D | srcline.c | 21 static const char *dso__name(struct dso *dso) in dso__name() 83 static struct symbol *new_inline_sym(struct dso *dso, in new_inline_sym() 278 static int inline_list__append_dso_a2l(struct dso *dso, in inline_list__append_dso_a2l() 293 char **file, unsigned int *line, struct dso *dso, in addr2line() 352 void dso__free_a2l(struct dso *dso) in dso__free_a2l() 365 struct dso *dso, struct symbol *sym) in addr2inlines() 519 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline() 569 char *get_srcline_split(struct dso *dso, u64 addr, unsigned *line) in get_srcline_split() 602 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline() 677 struct inline_node *dso__parse_addr_inlines(struct dso *dso, u64 addr, in dso__parse_addr_inlines()
|
D | unwind-libdw.c | 28 const struct dso *dso = *userdata; in __find_debuginfo() local 47 struct dso *dso = NULL; in __report_module() local
|
D | db-export.c | 146 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso() 161 struct dso *dso) in db_export__symbol() 182 struct dso *dso = al->map->dso; in db_ids_from_al() local
|
D | symbol-minimal.c | 256 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() 339 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
|
D | symbol_fprintf.c | 62 size_t dso__fprintf_symbols_by_name(struct dso *dso, in dso__fprintf_symbols_by_name()
|
D | symbol-elf.c | 241 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in demangle_sym() 288 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss) in dso__synthesize_plt_symbols() 451 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() 778 static int dso__swap_init(struct dso *dso, unsigned char eidata) in dso__swap_init() 833 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() 970 static int dso__process_kernel_symbol(struct dso *dso, struct map *map, in dso__process_kernel_symbol() 1078 dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym_internal() 1308 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym()
|
D | unwind-libunwind-local.c | 249 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, in unwind_spec_ehframe() 272 static int read_unwind_spec_eh_frame(struct dso *dso, struct machine *machine, in read_unwind_spec_eh_frame() 299 static int read_unwind_spec_debug_frame(struct dso *dso, in read_unwind_spec_debug_frame()
|
D | machine.c | 721 struct dso *dso; in machine__findnew_module_dso() local 774 struct dso *dso = dso__new(event->ksymbol.name); in machine__process_ksymbol_register() local 894 struct dso *dso; in machine__addnew_module_map() local 932 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid() 938 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid() 1103 static u64 find_entry_trampoline(struct dso *dso) in find_entry_trampoline() 1361 static bool is_kmod_dso(struct dso *dso) in is_kmod_dso() 1601 struct dso *dso; in machine__uses_kcore() local 1667 struct dso *dso; in machine__process_kernel_mmap_event() local
|
D | map.c | 116 void map__init(struct map *map, u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init() 141 struct dso *dso; in map__new() local 214 struct map *map__new2(u64 start, struct dso *dso) in map__new2()
|
/Linux-v5.15/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 26 def create_event(name, comm, dso, symbol, raw_buf): argument 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
|
/Linux-v5.15/tools/perf/bench/ |
D | inject-buildid.c | 81 struct bench_dso *dso = &dsos[nr_dsos]; in add_dso() local 123 struct bench_dso *dso = &dsos[i]; in release_dso() local 131 static u64 dso_map_addr(struct bench_dso *dso) in dso_map_addr() 172 static ssize_t synthesize_mmap(struct bench_data *data, struct bench_dso *dso, u64 timestamp) in synthesize_mmap() 218 static ssize_t synthesize_sample(struct bench_data *data, struct bench_dso *dso, u64 timestamp) in synthesize_sample() 365 struct bench_dso *dso = &dsos[idx]; in inject_build_id() local
|
/Linux-v5.15/tools/perf/tests/ |
D | dso-data.c | 106 static int dso__data_fd(struct dso *dso, struct machine *machine) in dso__data_fd() 119 struct dso *dso; in test__dso_data() local 229 struct dso *dso = dsos[i]; in dsos__delete() local 272 struct dso *dso = dsos[i]; in test__dso_data_cache() local
|
D | pe-file-parsing.c | 34 struct dso *dso; in run_dir() local
|
D | hists_cumulate.c | 165 const char *dso; member 172 const char *dso; member
|
/Linux-v5.15/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 152 static int check_return_addr(struct dso *dso, u64 map_start, Dwarf_Addr pc) in check_return_addr() 245 struct dso *dso = NULL; in arch_skip_callchain_idx() local
|
/Linux-v5.15/tools/perf/ |
D | builtin-inject.c | 337 struct dso *dso; in findnew_dso() local 380 struct dso *dso; in perf_event__repipe_buildid_mmap() local 405 struct dso *dso; in perf_event__repipe_mmap2() local 455 struct dso *dso; in perf_event__repipe_buildid_mmap2() local 546 static int dso__read_build_id(struct dso *dso) in dso__read_build_id() 561 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, in dso__inject_build_id()
|
D | builtin-buildid-list.c | 47 static bool dso__skip_buildid(struct dso *dso, int with_hits) in dso__skip_buildid()
|
/Linux-v5.15/tools/perf/scripts/python/ |
D | stackcollapse.py | 72 def tidy_function_name(sym, dso): argument
|
D | intel-pt-events.py | 182 def print_common_ip(param_dict, sample, symbol, dso): argument 215 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
|
D | flamegraph.py | 64 def get_libtype_from_dso(dso): argument
|