/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | dso.h | 41 #define DSO__SWAP(dso, type, val) \ argument 73 struct dso { struct 78 enum dso_kernel_type kernel; argument 79 enum dso_swap_type needs_swap; argument 80 enum dso_binary_type symtab_type; argument 81 enum dso_binary_type data_type; argument 99 static inline void dso__set_loaded(struct dso *dso, enum map_type type) in dso__set_loaded() 154 static inline bool dso__is_vmlinux(struct dso *dso) in dso__is_vmlinux() 160 static inline bool dso__is_kcore(struct dso *dso) in dso__is_kcore()
|
D | dso.c | 7 char dso__symtab_origin(const struct dso *dso) in dso__symtab_origin() 30 int dso__binary_type_file(struct dso *dso, enum dso_binary_type type, in dso__binary_type_file() 115 static int open_dso(struct dso *dso, struct machine *machine) in open_dso() 139 int dso__data_fd(struct dso *dso, struct machine *machine) in dso__data_fd() 241 dso_cache__read(struct dso *dso, struct machine *machine, in dso_cache__read() 286 static ssize_t dso_cache_read(struct dso *dso, struct machine *machine, in dso_cache_read() 298 ssize_t dso__data_read_offset(struct dso *dso, struct machine *machine, in dso__data_read_offset() 327 ssize_t dso__data_read_addr(struct dso *dso, struct map *map, in dso__data_read_addr() 338 struct dso *dso = dso__new(name); in dso__new_map() local 352 struct dso *dso = __dsos__findnew(&machine->kernel_dsos, name); in dso__kernel_findnew() local [all …]
|
D | symbol.c | 407 struct symbol *dso__find_symbol(struct dso *dso, in dso__find_symbol() 413 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol() 418 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name() 424 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name() 431 size_t dso__fprintf_symbols_by_name(struct dso *dso, in dso__fprintf_symbols_by_name() 504 struct dso *dso; member 547 static int dso__load_all_kallsyms(struct dso *dso, const char *filename, in dso__load_all_kallsyms() 554 static int dso__split_kallsyms_for_kcore(struct dso *dso, struct map *map, in dso__split_kallsyms_for_kcore() 606 static int dso__split_kallsyms(struct dso *dso, struct map *map, in dso__split_kallsyms() 743 struct dso *dso; member [all …]
|
D | vdso.c | 94 struct dso *dso = dsos__find(head, VDSO__MAP_NAME, true); in vdso__dso_findnew() local
|
D | symbol-elf.c | 182 int dso__synthesize_plt_symbols(struct dso *dso, struct symsrc *ss, struct map *map, in dso__synthesize_plt_symbols() 517 static int dso__swap_init(struct dso *dso, unsigned char eidata) in dso__swap_init() 561 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init() 676 int dso__load_sym(struct dso *dso, struct map *map, in dso__load_sym()
|
D | map.c | 35 u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init() 59 struct dso *dso; in map__new() local 110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2()
|
D | machine.c | 346 struct dso *dso = __dsos__findnew(&machine->kernel_dsos, filename); in machine__new_module() local 379 bool (skip)(struct dso *dso, int parm), int parm) in machine__fprintf_dsos_buildid() 386 bool (skip)(struct dso *dso, int parm), int parm) in machines__fprintf_dsos_buildid() 894 struct dso *dso; in machine__uses_kcore() local
|
D | unwind.c | 225 static int unwind_spec_ehframe(struct dso *dso, struct machine *machine, in unwind_spec_ehframe() 248 static int read_unwind_spec(struct dso *dso, struct machine *machine, in read_unwind_spec()
|
D | map.h | 48 struct dso *dso; member
|
D | symbol-minimal.c | 289 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
|
D | annotate.c | 875 struct dso *dso = map->dso; in symbol__annotate() local 1218 struct dso *dso = map->dso; in symbol__annotate_printf() local 1358 struct dso *dso = map->dso; in symbol__tty_annotate() local
|
D | event.c | 748 struct dso *dso = al->map->dso; in perf_event__preprocess_sample() local
|
D | probe-event.c | 139 struct dso *dso; in kernel_get_module_dso() local 172 struct dso *dso = kernel_get_module_dso(module); in kernel_get_module_path() local
|
/external/openssl/crypto/dso/ |
D | dso_lib.c | 81 DSO_METHOD *DSO_get_method(DSO *dso) in DSO_get_method() 86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) in DSO_set_method() 131 int DSO_free(DSO *dso) in DSO_free() 176 int DSO_flags(DSO *dso) in DSO_flags() 182 int DSO_up_ref(DSO *dso) in DSO_up_ref() 194 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() 263 void *DSO_bind_var(DSO *dso, const char *symname) in DSO_bind_var() 286 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) in DSO_bind_func() 317 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) in DSO_ctrl() 348 int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb, in DSO_set_name_converter() [all …]
|
D | dso_dl.c | 122 static int dl_load(DSO *dso) in dl_load() 162 static int dl_unload(DSO *dso) in dl_unload() 186 static void *dl_bind_var(DSO *dso, const char *symname) in dl_bind_var() 217 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname) in dl_bind_func() 248 static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2) in dl_merger() 324 static char *dl_name_converter(DSO *dso, const char *filename) in dl_name_converter()
|
D | dso_dlfcn.c | 167 static int dlfcn_load(DSO *dso) in dlfcn_load() 208 static int dlfcn_unload(DSO *dso) in dlfcn_unload() 232 static void *dlfcn_bind_var(DSO *dso, const char *symname) in dlfcn_bind_var() 262 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname) in dlfcn_bind_func() 296 static char *dlfcn_merger(DSO *dso, const char *filespec1, in dlfcn_merger() 371 static char *dlfcn_name_converter(DSO *dso, const char *filename) in dlfcn_name_converter()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 24 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
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | start-deactivated.cc | 36 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-buildid-list.c | 47 static bool dso__skip_buildid(struct dso *dso, int with_hits) in dso__skip_buildid()
|
D | builtin-buildid-cache.c | 62 static bool dso__missing_buildid_cache(struct dso *dso, int parm __maybe_unused) in dso__missing_buildid_cache()
|
/external/openssl/crypto/conf/ |
D | conf_mod.c | 80 DSO *dso; member 248 DSO *dso = NULL; in module_load_dso() local 291 static CONF_MODULE *module_add(DSO *dso, const char *name, in module_add()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | dso-data.c | 98 struct dso *dso; in test__dso_data() local
|
D | hists_link.c | 118 struct dso *dso; in setup_fake_machine() local
|
/external/chromium_org/third_party/hwcplus/include/hardware/ |
D | hardware.h | 145 void* dso; member
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
D | hists.c | 1226 const struct dso *dso = hists->dso_filter; in hists__browser_title() local 1421 const struct dso *dso = NULL; in perf_evsel__hists_browse() local
|