/external/linux-tools-perf/src/tools/perf/util/ |
D | probe-finder.h | 24 struct debuginfo { struct 31 extern struct debuginfo *debuginfo__new(const char *path); argument 32 extern struct debuginfo *debuginfo__new_online_kernel(unsigned long addr); 33 extern void debuginfo__delete(struct debuginfo *self); 36 extern int debuginfo__find_trace_events(struct debuginfo *self, 42 extern int debuginfo__find_probe_point(struct debuginfo *self, 47 extern int debuginfo__find_line_range(struct debuginfo *self, 51 extern int debuginfo__find_available_vars_at(struct debuginfo *self,
|
D | probe-finder.c | 118 static int debuginfo__init_offline_dwarf(struct debuginfo *self, in debuginfo__init_offline_dwarf() 183 static int debuginfo__init_online_kernel_dwarf(struct debuginfo *self, in debuginfo__init_online_kernel_dwarf() 208 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() 210 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); in debuginfo__new() 222 struct debuginfo *debuginfo__new_online_kernel(unsigned long addr) in debuginfo__new_online_kernel() 224 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); in debuginfo__new_online_kernel() 236 void debuginfo__delete(struct debuginfo *self) in debuginfo__delete() 1051 static int debuginfo__find_probes(struct debuginfo *self, in debuginfo__find_probes() 1167 int debuginfo__find_trace_events(struct debuginfo *self, in debuginfo__find_trace_events() 1274 int debuginfo__find_available_vars_at(struct debuginfo *self, in debuginfo__find_available_vars_at() [all …]
|
D | probe-event.c | 206 static struct debuginfo *open_debuginfo(const char *module) in open_debuginfo() 236 struct debuginfo *dinfo; in kprobe_convert_to_perf_probe() 306 struct debuginfo *dinfo; in try_to_find_probe_trace_events() 473 struct debuginfo *dinfo; in show_line_range() 552 static int show_available_vars_at(struct debuginfo *dinfo, in show_available_vars_at() 611 struct debuginfo *dinfo; in show_available_vars()
|
/external/libunwind/tests/ |
D | run-coredump-unwind | 8 debuginfo="$1" ## we don't have separate debuginfo file 20 …nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | s… 24 …n .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginf…
|
/external/valgrind/coregrind/m_debuginfo/ |
D | README.txt | 2 On 4 Apr 06, the debuginfo reader (m_debuginfo) was majorly cleaned up 6 debuginfo.c 26 debuginfo.c is the top-level file, and is quite small.
|
D | readdwarf.c | 2049 DebugInfo* debuginfo ) in summarise_context() argument 2071 dst = debuginfo->cfsi_exprs; in summarise_context() 2075 debuginfo->cfsi_exprs = dst; in summarise_context() 2083 if (0 && debuginfo->ddump_frames) in summarise_context() 2149 dst = debuginfo->cfsi_exprs; \ in summarise_context() 2155 debuginfo->cfsi_exprs = dst; \ in summarise_context() 2163 if (0 && debuginfo->ddump_frames) \ in summarise_context() 2231 if (!debuginfo->cfsi_exprs) in summarise_context() 2232 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context() 2236 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context() [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | aligned_stack_var.ll | 34 !6 = !MDFile(filename: "test.cc", directory: "/home/samsonov/debuginfo") 42 !14 = !MDFile(filename: "test.cc", directory: "/home/samsonov/debuginfo")
|
D | reference-argument.ll | 3 ; extracted from debuginfo-tests/aggregate-indirect-arg.cpp
|
/external/llvm/tools/llvm-jitlistener/ |
D | CMakeLists.txt | 9 debuginfo
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | debug_info.ll | 40 !6 = !MDFile(filename: "a.cc", directory: "/usr/local/google/llvm_cmake_clang/tmp/debuginfo") 61 !16 = !MDFile(filename: "a.cc", directory: "/usr/local/google/llvm_cmake_clang/tmp/debuginfo")
|
/external/valgrind/ |
D | README_PACKAGERS | 13 debuginfo package by default, or make ld.so.debuginfo be a 28 not any debuginfo or extra symbols for any other libraries.
|
/external/antlr/antlr-3.4/runtime/C/ |
D | configure.ac | 38 AC_ARG_ENABLE([debuginfo], optenable 39 …[AS_HELP_STRING([--enable-debuginfo], [Compiles debug info into the library (default --disable-deb…
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-probe.txt | 26 without debuginfo, or by C expressions (C line numbers, C function names, 27 and C local variables) with debuginfo. 34 Specify vmlinux path which has debuginfo (Dwarf binary). 137 … (optional). If omitted, perf probe automatically set the type based on debuginfo. You can specify…
|
/external/llvm/tools/llvm-config/ |
D | LibraryDependencies.inc | 30 …{ "all", 0, 1, { "mcjit", "interpreter", "mcdisassembler", "engine", "option", "debuginfo", "gtest… 46 { "debuginfo", "libLLVMDebugInfo.a", 1, { "object", "support" } },
|
/external/valgrind/drd/ |
D | drd_error.h | 92 DebugInfo* debuginfo; // Segment member
|
/external/llvm/test/DebugInfo/ |
D | debuginfofinder-multiple-cu.ll | 1 ; RUN: opt -analyze -module-debuginfo < %s | FileCheck %s
|
D | debuginfofinder-forward-declaration.ll | 1 ; RUN: opt -analyze -module-debuginfo < %s | FileCheck %s
|
/external/elfutils/src/tests/ |
D | backtrace-subr.sh | 91 echo >&2 $testname: arm needs debuginfo installed for all libraries
|
/external/elfutils/src/libdwfl/ |
D | Makefile.am | 49 argp-std.c find-debuginfo.c \
|
D | Android.mk | 66 find-debuginfo.c \
|
D | Makefile | 114 find-debuginfo.c dwfl_build_id_find_elf.c \ 142 find-debuginfo.$(OBJEXT) dwfl_build_id_find_elf.$(OBJEXT) \ 401 find-debuginfo.c dwfl_build_id_find_elf.c \ 531 include ./$(DEPDIR)/find-debuginfo.Po
|
D | Makefile.in | 114 find-debuginfo.c dwfl_build_id_find_elf.c \ 142 find-debuginfo.$(OBJEXT) dwfl_build_id_find_elf.$(OBJEXT) \ 401 find-debuginfo.c dwfl_build_id_find_elf.c \ 531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find-debuginfo.Po@am__quote@
|
D | ChangeLog | 185 * find-debuginfo.c (validate): Handle alt debug case using 1069 * find-debuginfo.c (dwfl_standard_find_debuginfo): Likewise for 1078 * find-debuginfo.c (try_open): Take new arg MAIN_STAT. Compare 1164 * find-debuginfo.c (find_debuginfo_in_path): Fix uninitialized 1388 * find-debuginfo.c (validate): Likewise. 1539 * find-debuginfo.c (dwfl_standard_find_debuginfo): Try path search 1778 * find-debuginfo.c (validate): New function, broken out of ... 1845 numbers match between stripped and debuginfo files. Instead, assume 1964 * find-debuginfo.c (try_open): Likewise. 1990 * find-debuginfo.c (DEFAULT_DEBUGINFO_PATH): Macro moved ... [all …]
|
/external/valgrind/none/tests/ |
D | cmdline2.stdout.exp | 78 for the above two flags only, accept debuginfo 151 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
|
/external/ltrace/ |
D | TODO | 7 *** Use debuginfo if available 8 Alternatively, use debuginfo to generate configure file.
|