Home
last modified time | relevance | path

Searched defs:dso (Results 1 – 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/util/
Ddso.h103 #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
189 /* dso data file */ argument
212 struct dso_id id; argument
219 * @dso: the 'struct dso *' in which symbols itereated argument
[all …]
Ddso.c39 char dso__symtab_origin(const struct dso *dso) in dso__symtab_origin()
67 int dso__read_binary_type_filename(const struct dso *dso, in dso__read_binary_type_filename()
274 bool dso__needs_decompress(struct dso *dso) in dso__needs_decompress()
280 static int decompress_kmodule(struct dso *dso, const char *name, in decompress_kmodule()
329 int dso__decompress_kmodule_fd(struct dso *dso, const char *name) in dso__decompress_kmodule_fd()
334 int dso__decompress_kmodule_path(struct dso *dso, const char *name, in dso__decompress_kmodule_path()
423 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
447 static void dso__list_add(struct dso *dso) in dso__list_add()
453 static void dso__list_del(struct dso *dso) in dso__list_del()
484 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso()
[all …]
Ddsos.c48 static void dso__inject_id(struct dso *dso, struct dso_id *id) in dso__inject_id()
119 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, in __dsos__findnew_link_by_longname_id()
168 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add()
195 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add()
225 static void dso__set_basename(struct dso *dso) in dso__set_basename()
259 struct dso *dso = dso__new_id(name, id); in __dsos__addnew_id() local
277 struct dso *dso = __dsos__find_id(dsos, name, id, false); in __dsos__findnew_id() local
287 struct dso *dso; in dsos__findnew_id() local
295 bool (skip)(struct dso *dso, int parm), int parm) in __dsos__fprintf_buildid()
Dvdso.c130 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()
Dsymbol.c517 void dso__reset_find_symbol_cache(struct dso *dso) in dso__reset_find_symbol_cache()
523 void dso__insert_symbol(struct dso *dso, struct symbol *sym) in dso__insert_symbol()
535 void dso__delete_symbol(struct dso *dso, struct symbol *sym) in dso__delete_symbol()
542 struct symbol *dso__find_symbol(struct dso *dso, u64 addr) in dso__find_symbol()
552 struct symbol *dso__first_symbol(struct dso *dso) in dso__first_symbol()
557 struct symbol *dso__last_symbol(struct dso *dso) in dso__last_symbol()
578 struct symbol *dso__find_symbol_by_name(struct dso *dso, const char *name) in dso__find_symbol_by_name()
588 void dso__sort_by_name(struct dso *dso) in dso__sort_by_name()
716 struct dso *dso = arg; in map__process_kallsym_symbol() local
744 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms()
[all …]
Dsrcline.c21 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()
Dunwind-libdw.c28 const struct dso *dso = *userdata; in __find_debuginfo() local
47 struct dso *dso = NULL; in __report_module() local
Ddb-export.c146 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
Dsymbol_fprintf.c62 size_t dso__fprintf_symbols_by_name(struct dso *dso, in dso__fprintf_symbols_by_name()
Dsymbol-minimal.c256 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()
Dunwind-libunwind-local.c249 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()
Dsymbol-elf.c267 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in demangle_sym()
310 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss) in dso__synthesize_plt_symbols()
473 char *dso__demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in dso__demangle_sym()
767 static int dso__swap_init(struct dso *dso, unsigned char eidata) in dso__swap_init()
822 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
959 static int dso__process_kernel_symbol(struct dso *dso, struct map *map, in dso__process_kernel_symbol()
1066 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym()
Dmachine.c694 struct dso *dso; in machine__findnew_module_dso() local
747 struct dso *dso = dso__new(event->ksymbol.name); in machine__process_ksymbol_register() local
866 struct dso *dso; in machine__addnew_module_map() local
904 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid()
910 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid()
1075 static u64 find_entry_trampoline(struct dso *dso) in find_entry_trampoline()
1333 static bool is_kmod_dso(struct dso *dso) in is_kmod_dso()
1573 struct dso *dso; in machine__uses_kcore() local
1643 struct dso *dso; in machine__process_kernel_mmap_event() local
/kernel/liteos_m/components/dynlink/
Dlos_dynlink.c91 DynSharedObj *dso = NULL; in OsIsPreLoaded() local
222 DynSharedObj *dso = NULL; in OsLoadInit() local
350 STATIC INT32 OsLoadELFFile(DynSharedObj *dso, UINT32 boundary) in OsLoadELFFile()
384 STATIC INT32 OsLoadLibrary(DynSharedObj *dso) in OsLoadLibrary()
412 STATIC INT32 OsGetDynBase(DynSharedObj *dso) in OsGetDynBase()
430 STATIC INT32 OsParseDynamic(DynSharedObj *dso) in OsParseDynamic()
559 STATIC UINTPTR OsFindSym(const DynSharedObj *dso, INT32 symIdx) in OsFindSym()
581 STATIC INT32 OsDoReloc(const DynSharedObj *dso, INT32 type, UINTPTR relocAddr, UINT32 addend, UINTP… in OsDoReloc()
604 STATIC INT32 OsDoRelocSyms(DynSharedObj *dso, RelocInfo *relInfo) in OsDoRelocSyms()
639 STATIC INT32 OsRelocSyms(DynSharedObj *dso) in OsRelocSyms()
[all …]
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py26 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
/kernel/linux/linux-5.10/tools/perf/bench/
Dinject-buildid.c81 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
/kernel/linux/linux-5.10/tools/perf/tests/
Ddso-data.c106 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
Dpe-file-parsing.c34 struct dso *dso; in run_dir() local
Dhists_cumulate.c165 const char *dso; member
172 const char *dso; member
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c152 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
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dstackcollapse.py72 def tidy_function_name(sym, dso): argument
Dflamegraph.py56 def find_or_create_node(self, node, name, dso): argument
Dintel-pt-events.py89 def print_common_ip(sample, symbol, dso): argument
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-inject.c333 struct dso *dso; in findnew_dso() local
376 struct dso *dso; in perf_event__repipe_buildid_mmap() local
439 struct dso *dso; in perf_event__repipe_buildid_mmap2() local
518 static int dso__read_build_id(struct dso *dso) in dso__read_build_id()
533 static int dso__inject_build_id(struct dso *dso, struct perf_tool *tool, in dso__inject_build_id()
Dbuiltin-buildid-list.c47 static bool dso__skip_buildid(struct dso *dso, int with_hits) in dso__skip_buildid()

12