Home
last modified time | relevance | path

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

12

/tools/perf/util/
Ddso.h91 #define DSO__SWAP(dso, type, val) \ argument
135 struct dso { struct
149 enum dso_kernel_type kernel; argument
150 enum dso_swap_type needs_swap; argument
151 enum dso_binary_type symtab_type; argument
152 enum dso_binary_type binary_type; argument
153 enum dso_load_errno load_errno; argument
174 /* dso data file */ argument
196 * @dso: the 'struct dso *' in which symbols itereated argument
201 #define dso__for_each_symbol(dso, pos, n, type) \ argument
[all …]
Ddso.c12 char dso__symtab_origin(const struct dso *dso) in dso__symtab_origin()
38 int dso__read_binary_type_filename(const struct dso *dso, in dso__read_binary_type_filename()
211 bool dso__needs_decompress(struct dso *dso) in dso__needs_decompress()
311 static void dso__list_add(struct dso *dso) in dso__list_add()
317 static void dso__list_del(struct dso *dso) in dso__list_del()
348 static int __open_dso(struct dso *dso, struct machine *machine) in __open_dso()
383 static int open_dso(struct dso *dso, struct machine *machine) in open_dso()
399 static void close_data_fd(struct dso *dso) in close_data_fd()
416 static void close_dso(struct dso *dso) in close_dso()
423 struct dso *dso; in close_first_dso() local
[all …]
Dvdso.c126 struct dso *dso; in __machine__addnew_vdso() local
142 struct dso *dso; in machine__thread_dso_type() local
237 struct dso *dso; in __machine__findnew_compat() local
255 struct dso **dso) in __machine__findnew_vdso_compat()
289 struct dso *dso = NULL; in machine__find_vdso() local
320 struct dso *dso = NULL; in machine__findnew_vdso() local
354 bool dso__is_vdso(struct dso *dso) in dso__is_vdso()
Dsymbol.c441 void dso__reset_find_symbol_cache(struct dso *dso) in dso__reset_find_symbol_cache()
451 void dso__insert_symbol(struct dso *dso, enum map_type type, struct symbol *sym) in dso__insert_symbol()
463 struct symbol *dso__find_symbol(struct dso *dso, in dso__find_symbol()
474 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol()
479 struct symbol *dso__last_symbol(struct dso *dso, enum map_type type) in dso__last_symbol()
500 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name()
506 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name()
573 struct dso *dso; member
639 static int dso__load_all_kallsyms(struct dso *dso, const char *filename, in dso__load_all_kallsyms()
646 static int dso__split_kallsyms_for_kcore(struct dso *dso, struct map *map) in dso__split_kallsyms_for_kcore()
[all …]
Dsrcline.c155 char **file, unsigned int *line, struct dso *dso, in addr2line()
196 void dso__free_a2l(struct dso *dso) in dso__free_a2l()
270 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in __get_srcline()
327 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym, in get_srcline()
Ddb-export.c206 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso()
221 struct dso *dso) in db_export__symbol()
242 struct dso *dso = al->map->dso; in db_ids_from_al() local
Dsymbol_fprintf.c58 size_t dso__fprintf_symbols_by_name(struct dso *dso, in dso__fprintf_symbols_by_name()
Dsymbol-minimal.c249 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
333 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
Dmachine.c505 struct dso *dso; in machine__findnew_module_dso() local
558 static void dso__adjust_kmod_long_name(struct dso *dso, const char *filename) in dso__adjust_kmod_long_name()
580 struct dso *dso = NULL; in machine__findnew_module_map() local
631 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid()
637 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid()
969 static bool is_kmod_dso(struct dso *dso) in is_kmod_dso()
1184 struct dso *dso; in machine__uses_kcore() local
1231 struct dso *dso; in machine__process_kernel_mmap_event() local
Dunwind-libunwind-local.c244 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, in unwind_spec_ehframe()
267 static int read_unwind_spec_eh_frame(struct dso *dso, struct machine *machine, in read_unwind_spec_eh_frame()
294 static int read_unwind_spec_debug_frame(struct dso *dso, in read_unwind_spec_debug_frame()
Dunwind-libdw.c28 struct dso *dso = NULL; in __report_module() local
Dsymbol-elf.c214 static char *demangle_sym(struct dso *dso, int kmodule, const char *elf_name) in demangle_sym()
257 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss, struct map *map) in dso__synthesize_plt_symbols()
607 static int dso__swap_init(struct dso *dso, unsigned char eidata) in dso__swap_init()
634 static int decompress_kmodule(struct dso *dso, const char *name, in decompress_kmodule()
693 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
825 int dso__load_sym(struct dso *dso, struct map *map, struct symsrc *syms_ss, in dso__load_sym()
Dmap.c131 u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init()
156 struct dso *dso; in map__new() local
216 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2()
Dbuild-id.c243 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size) in dso__build_id_filename()
273 bool dso__build_id_is_kmod(const struct dso *dso, char *bf, size_t size) in dso__build_id_is_kmod()
770 static int dso__cache_build_id(struct dso *dso, struct machine *machine) in dso__cache_build_id()
Dannotate.c1213 struct dso *dso = map->dso; in symbol__strerror_disassemble() local
1249 static int dso__disassemble_filename(struct dso *dso, char *filename, size_t filename_size) in dso__disassemble_filename()
1294 struct dso *dso = map->dso; in symbol__disassemble() local
1659 struct dso *dso = map->dso; in symbol__annotate_printf() local
1801 struct dso *dso = map->dso; in symbol__tty_annotate() local
Dauxtrace.c1859 struct dso *dso; in load_dso() local
1884 static void print_duplicate_syms(struct dso *dso, const char *sym_name) in print_duplicate_syms()
1913 static int find_dso_sym(struct dso *dso, const char *sym_name, u64 *start, in find_dso_sym()
1947 static int addr_filter__entire_dso(struct addr_filter *filt, struct dso *dso) in addr_filter__entire_dso()
1967 struct dso *dso; in addr_filter__resolve_syms() local
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py24 def create_event(name, comm, dso, symbol, raw_buf): argument
36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
84 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
/tools/perf/tests/
Ddso-data.c103 static int dso__data_fd(struct dso *dso, struct machine *machine) in dso__data_fd()
116 struct dso *dso; in test__dso_data() local
226 struct dso *dso = dsos[i]; in dsos__delete() local
269 struct dso *dso = dsos[i]; in test__dso_data_cache() local
Dhists_cumulate.c161 const char *dso; member
168 const char *dso; member
Dhists_common.c124 struct dso *dso; in setup_fake_machine() local
/tools/perf/scripts/python/
Dstackcollapse.py69 def tidy_function_name(sym, dso): argument
Dcall-graph-from-postgresql.py136 def addChild(self, call_path_id, name, dso, count, time, branch_count): argument
/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c148 static int check_return_addr(struct dso *dso, u64 map_start, Dwarf_Addr pc) in check_return_addr()
241 struct dso *dso = NULL; in arch_skip_callchain_idx() local
/tools/perf/
Dbuiltin-buildid-list.c44 static bool dso__skip_buildid(struct dso *dso, int with_hits) in dso__skip_buildid()
Dbuiltin-buildid-cache.c227 static bool dso__missing_buildid_cache(struct dso *dso, int parm __maybe_unused) in dso__missing_buildid_cache()

12