HomeSort by relevance Sort by last modified time
    Searched full:backtrace (Results 76 - 100 of 423) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 78 // based on the backtrace.
83 uintptr_t backtrace[]; member in struct:android::AllocEntry
90 oss << backtrace_string(e->backtrace, backtraceSize) << "\n";
  /external/elfutils/tests/
ChangeLog 113 * run-backtrace-core-sparc.sh: New file.
114 * backtrace.sparc.core.bz2: New file.
115 * backtrace.sparc.exec.bz2: New file.
117 (TESTS): Added run-backtrace-core-sparc.sh.
122 * run-backtrace-demangle.sh: Disable valgrind.
172 * Makefile.am (backtrace-child-biarch): Add AM_V_CC silencer.
251 * tests/backtrace-data.c: Reduce scope of some includes to match their
253 * tests/backtrace.c: Likewise.
263 * backtrace-subr.sh (check_native_core): Notice core file couldn't be
267 * run-backtrace-demangle.sh: Likewise
    [all...]
run-backtrace-core-i386.sh 18 . $srcdir/backtrace-subr.sh
run-backtrace-core-ppc.sh 18 . $srcdir/backtrace-subr.sh
run-backtrace-core-s390.sh 18 . $srcdir/backtrace-subr.sh
run-backtrace-core-s390x.sh 18 . $srcdir/backtrace-subr.sh
run-backtrace-core-sparc.sh 18 . $srcdir/backtrace-subr.sh
run-backtrace-core-x86_64.sh 18 . $srcdir/backtrace-subr.sh
run-backtrace-demangle.sh 23 . $srcdir/backtrace-subr.sh
25 child=testfile-backtrace-demangle
run-deleted.sh 18 . $srcdir/backtrace-subr.sh
24 # stack will see the valgrind process backtrace.
  /bionic/libc/malloc_debug/
Config.cpp 174 error_log(" backtrace[=XX]");
175 error_log(" Enable capturing the backtrace at the point of allocation.");
176 error_log(" If XX is set it sets the number of backtrace frames.");
181 error_log(" Enable capturing the backtrace at the point of allocation.");
182 error_log(" The backtrace capture is not enabled until the process");
183 error_log(" receives a signal. If XX is set it sets the number of backtrace");
217 error_log(" enabled, it automatically records the backtrace at the time of the free.");
224 error_log(" how many backtrace frames to capture when an allocation is freed.");
226 error_log(" is set to zero, then no backtrace will be captured.");
292 // Enable logging the backtrace on allocation. Value is the tota
    [all...]
DebugData.h 67 return reinterpret_cast<BacktraceHeader*>(value + backtrace->alloc_offset());
89 std::unique_ptr<BacktraceData> backtrace; member in class:DebugData
  /external/clang/test/Analysis/
crash-trace.c 6 // REQUIRES: shell, backtrace
  /external/elfutils/
.gitignore 98 /tests/backtrace
99 /tests/backtrace-child
100 /tests/backtrace-data
101 /tests/backtrace-dwarf
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 93 // Fill the backtrace.
96 auto dst = std::begin(ctx.backtrace.frames);
98 auto dst_end = std::end(ctx.backtrace.frames);
100 // Copy as much of the bottom of the pseudo stack into the backtrace as
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 44 struct Backtrace {
49 } backtrace; member in struct:Leak
  /art/test/137-cfi/
cfi.cc 28 #include <backtrace/Backtrace.h>
64 static bool CheckStack(Backtrace* bt, const std::vector<std::string>& seq) {
68 for (Backtrace::const_iterator it = bt->begin(); it != bt->end(); ++it) {
80 printf("Cannot find %s in backtrace:\n", seq[cur_search_index].c_str());
81 for (Backtrace::const_iterator it = bt->begin(); it != bt->end(); ++it) {
119 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid()));
222 std::unique_ptr<Backtrace> bt(Backtrace::Create(pid, BACKTRACE_CURRENT_THREAD))
    [all...]
  /system/core/debuggerd/
utility.cpp 31 #include <backtrace/Backtrace.h>
41 || (ltype == BACKTRACE)) {
108 void dump_memory(log_t* log, Backtrace* backtrace, uintptr_t addr, const char* fmt, ...) {
136 size_t bytes = backtrace->Read(addr, reinterpret_cast<uint8_t*>(data), sizeof(data));
163 size_t bytes2 = backtrace->Read(addr + start + bytes, reinterpret_cast<uint8_t*>(data) + bytes,
  /external/v8/src/base/
logging.cc 12 #include <backtrace.h>
53 // Attempts to dump a backtrace (if supported).
57 int size = backtrace(trace, arraysize(trace));
  /system/core/libbacktrace/
BacktracePtrace.cpp 26 #include <backtrace/Backtrace.h>
27 #include <backtrace/BacktraceMap.h>
UnwindPtrace.cpp 24 #include <backtrace/Backtrace.h>
25 #include <backtrace/BacktraceMap.h>
  /external/v8/test/mjsunit/
debug-mirror-cache.js 59 // Make a backtrace request to create some mirrors.
61 json = '{"seq":0,"type":"request","command":"backtrace"}'
  /external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c 38 int levels = backtrace(buffer, MAX_STACK_LEVELS);
60 node->bt_levels = backtrace(node->bt_buffer, MAX_STACK_LEVELS);
  /bionic/libc/malloc_debug/tests/
backtrace_fake.cpp 23 #include "backtrace.h"
  /external/autotest/client/tests/kernel_sysrq_info/
control 17 - show-backtrace-all-active-cpus(L)

Completed in 1510 milliseconds

1 2 34 5 6 7 8 91011>>