/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
probe-finder.h | 21 /* TODO: export debuginfo data structure even if no dwarf support */ 24 struct debuginfo { struct 31 extern struct debuginfo *debuginfo__new(const char *path); 32 extern struct debuginfo *debuginfo__new_online_kernel(unsigned long addr); 33 extern void debuginfo__delete(struct debuginfo *self); 35 /* Find probe_trace_events specified by perf_probe_event from debuginfo */ 36 extern int debuginfo__find_trace_events(struct debuginfo *self, 41 /* Find a perf_probe_point from debuginfo */ 42 extern int debuginfo__find_probe_point(struct debuginfo *self, 47 extern int debuginfo__find_line_range(struct debuginfo *self [all...] |
probe-finder.c | 118 static int debuginfo__init_offline_dwarf(struct debuginfo *self, 189 static int debuginfo__init_online_kernel_dwarf(struct debuginfo *self, 214 static int debuginfo__init_online_kernel_dwarf(struct debuginfo *self, 224 pr_debug2("Use file %s for debuginfo\n", path); 229 struct debuginfo *debuginfo__new(const char *path) 231 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); 243 struct debuginfo *debuginfo__new_online_kernel(unsigned long addr) 245 struct debuginfo *self = zalloc(sizeof(struct debuginfo)); [all...] |
probe-event.c | 205 /* Open new debuginfo of given module */ 206 static struct debuginfo *open_debuginfo(const char *module) 226 * Convert trace point to probe point with debuginfo 236 struct debuginfo *dinfo; 250 pr_debug("Failed to open debuginfo at 0x%" PRIx64 "\n", 257 "debuginfo. Use kprobe event information.\n"); 300 /* Try to find perf_probe_event with debuginfo */ 306 struct debuginfo *dinfo; 311 pr_warning("Debuginfo-analysis is not yet supported" 322 pr_warning("Failed to open debuginfo file.\n") [all...] |
/external/llvm/tools/llvm-rtdyld/ |
Makefile | 12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
|
/external/llvm/unittests/DebugInfo/ |
Makefile | 1 ##===- unittests/DebugInfo/Makefile ------------------------*- Makefile -*-===## 11 TESTNAME = DebugInfo 12 LINK_COMPONENTS := debuginfo object support
|
/external/llvm/tools/llvm-jitlistener/ |
Makefile | 21 LINK_COMPONENTS += debuginfo inteljitevents
|
/external/llvm/tools/lli/ |
Makefile | 22 LINK_COMPONENTS += debuginfo inteljitevents object
|
/external/libunwind/tests/ |
run-coredump-unwind | 8 debuginfo="$1" ## we don't have separate debuginfo file 19 # Extract all the text (i.e. function) symbols from the debuginfo 20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms" 23 # Copy the full debuginfo, keeping only a minumal set of symbols and removing some unnecessary sections 24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
Makefile | 30 LINK_COMPONENTS += debuginfo inteljitevents object
|
/external/valgrind/main/drd/ |
drd_error.h | 92 DebugInfo* debuginfo; // Segment member in struct:__anon16452
|
/external/elfutils/0.153/libdwfl/ |
Makefile.am | 48 argp-std.c find-debuginfo.c \
|
Android.mk | 41 find-debuginfo.c \
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 66 --extra-debuginfo-path=path absolute path to search for additional 69 --debuginfo-server=ipaddr:port also query this server 71 --allow-mismatched-debuginfo=no|yes [no] 72 for the above two flags only, accept debuginfo 128 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
|
cmdline1.stdout.exp | 66 --extra-debuginfo-path=path absolute path to search for additional 69 --debuginfo-server=ipaddr:port also query this server 71 --allow-mismatched-debuginfo=no|yes [no] 72 for the above two flags only, accept debuginfo
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | 923 * unit block in .debuginfo section [all...] |
/external/valgrind/main/ |
Android.mk | 198 coregrind/m_debuginfo/debuginfo.c \
|
/external/elfutils/0.153/ |
elfutils.spec | 602 - debuginfo rebuild
|
/external/chromium_org/third_party/sqlite/src/src/ |
btree.c | 977 CellInfo debuginfo; local 978 btreeParseCellPtr(pPage, pCell, &debuginfo); [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 48096 CellInfo debuginfo; local [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 52568 CellInfo debuginfo; local [all...] |
/external/sqlite/dist/ |
sqlite3.c | 52588 CellInfo debuginfo; local [all...] |