/linux-6.1.9/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 191 /* dso data file */ argument 192 struct { 216 struct dso_id id; argument [all …]
|
D | dso.c | 42 char dso__symtab_origin(const struct dso *dso) in dso__symtab_origin() 70 int dso__read_binary_type_filename(const struct dso *dso, in dso__read_binary_type_filename() 277 bool dso__needs_decompress(struct dso *dso) in dso__needs_decompress() 326 static int decompress_kmodule(struct dso *dso, const char *name, in decompress_kmodule() 339 int dso__decompress_kmodule_fd(struct dso *dso, const char *name) in dso__decompress_kmodule_fd() 344 int dso__decompress_kmodule_path(struct dso *dso, const char *name, in dso__decompress_kmodule_path() 433 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info() 457 static void dso__list_add(struct dso *dso) in dso__list_add() 463 static void dso__list_del(struct dso *dso) in dso__list_del() 494 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso() [all …]
|
D | dsos.c | 51 static void dso__inject_id(struct dso *dso, struct dso_id *id) in dso__inject_id() 132 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, in __dsos__findnew_link_by_longname_id() 181 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add() 208 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add() 238 static void dso__set_basename(struct dso *dso) in dso__set_basename() 272 struct dso *dso = dso__new_id(name, id); in __dsos__addnew_id() local 290 struct dso *dso = __dsos__find_id(dsos, name, id, false); in __dsos__findnew_id() local 300 struct dso *dso; in dsos__findnew_id() local 308 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 | srcline.c | 24 static const char *dso__name(struct dso *dso) in dso__name() 86 static struct symbol *new_inline_sym(struct dso *dso, in new_inline_sym() 281 static int inline_list__append_dso_a2l(struct dso *dso, in inline_list__append_dso_a2l() 296 char **file, unsigned int *line, struct dso *dso, in addr2line() 355 void dso__free_a2l(struct dso *dso) in dso__free_a2l() 525 static int inline_list__append_record(struct dso *dso, in inline_list__append_record() 539 struct dso *dso, in addr2line() 643 void dso__free_a2l(struct dso *dso) in dso__free_a2l() 658 struct dso *dso, struct symbol *sym) in addr2inlines() 681 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline() [all …]
|
D | symbol.c | 524 void dso__reset_find_symbol_cache(struct dso *dso) in dso__reset_find_symbol_cache() 530 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol() 542 void dso__delete_symbol(struct dso *dso, struct symbol *sym) in dso__delete_symbol() 549 struct symbol *dso__find_symbol(struct dso *dso, u64 addr) in dso__find_symbol() 559 struct symbol *dso__first_symbol(struct dso *dso) in dso__first_symbol() 564 struct symbol *dso__last_symbol(struct dso *dso) in dso__last_symbol() 585 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name) in dso__find_symbol_by_name() 595 void dso__sort_by_name(struct dso *dso) in dso__sort_by_name() 723 struct dso *dso = arg; in map__process_kallsym_symbol() local 755 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms() [all …]
|
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 | map.c | 105 void map__init(struct map *map, u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init() 130 struct dso *dso, *header_bid_dso; in map__new() local 220 struct map *map__new2(u64 start, struct dso *dso) in map__new2()
|
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-elf.c | 268 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in demangle_sym() 315 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss) in dso__synthesize_plt_symbols() 478 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym() 805 static int dso__swap_init(struct dso *dso, unsigned char eidata) in dso__swap_init() 860 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() 997 static int dso__process_kernel_symbol(struct dso *dso, struct map *map, in dso__process_kernel_symbol() 1105 dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym_internal() 1369 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym()
|
D | build-id.c | 264 char *__dso__build_id_filename(const struct dso *dso, char *bf, size_t size, in __dso__build_id_filename() 295 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size, in dso__build_id_filename() 898 static bool dso__build_id_mismatch(struct dso *dso, const char *name) in dso__build_id_mismatch() 912 static int dso__cache_build_id(struct dso *dso, struct machine *machine, in dso__cache_build_id()
|
D | symbol_fprintf.c | 62 size_t dso__fprintf_symbols_by_name(struct dso *dso, in dso__fprintf_symbols_by_name()
|
D | machine.c | 823 struct dso *dso; in machine__findnew_module_dso() local 884 struct dso *dso = dso__new(event->ksymbol.name); in machine__process_ksymbol_register() local 1004 struct dso *dso; in machine__addnew_module_map() local 1042 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid() 1048 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid() 1209 static u64 find_entry_trampoline(struct dso *dso) in find_entry_trampoline() 1467 static bool is_kmod_dso(struct dso *dso) in is_kmod_dso() 1707 struct dso *dso; in machine__uses_kcore() local 1782 struct dso *dso; in machine__process_kernel_mmap_event() local
|
/linux-6.1.9/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-6.1.9/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-6.1.9/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-6.1.9/tools/perf/ |
D | builtin-buildid-list.c | 27 const struct dso *dso = map->dso; in buildid__map_cb() local 77 static bool dso__skip_buildid(struct dso *dso, int with_hits) in dso__skip_buildid()
|
D | builtin-inject.c | 410 struct dso *dso; in findnew_dso() local 455 struct dso *dso; in perf_event__repipe_buildid_mmap() local 480 struct dso *dso; in perf_event__repipe_mmap2() local 530 struct dso *dso; in perf_event__repipe_buildid_mmap2() local 618 static int dso__read_build_id(struct dso *dso) in dso__read_build_id() 681 struct dso *dso) in perf_inject__lookup_known_build_id() 706 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, in dso__inject_build_id() 1127 static bool dso__is_in_kernel_space(struct dso *dso) in dso__is_in_kernel_space() 1158 static int synthesize_build_id(struct perf_inject *inject, struct dso *dso, pid_t machine_pid) in synthesize_build_id() 1178 struct dso *dso; in guest_session__add_build_ids() local
|
/linux-6.1.9/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-6.1.9/tools/perf/scripts/python/ |
D | stackcollapse.py | 72 def tidy_function_name(sym, dso): argument
|
D | intel-pt-events.py | 230 def print_common_ip(param_dict, sample, symbol, dso): argument 263 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
|
D | flamegraph.py | 64 def get_libtype_from_dso(dso): argument
|