OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backtrace
(Results
51 - 75
of
423
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/malloc_debug/tests/
malloc_debug_config_tests.cpp
66
"6 malloc_debug
backtrace
[=XX]\n"
67
"6 malloc_debug Enable capturing the
backtrace
at the point of allocation.\n"
68
"6 malloc_debug If XX is set it sets the number of
backtrace
frames.\n"
72
"6 malloc_debug Enable capturing the
backtrace
at the point of allocation.\n"
73
"6 malloc_debug The
backtrace
capture is not enabled until the process\n"
74
"6 malloc_debug receives a signal. If XX is set it sets the number of
backtrace
\n"
103
"6 malloc_debug enabled, it automatically records the
backtrace
at the time of the free.\n"
109
"6 malloc_debug how many
backtrace
frames to capture when an allocation is freed.\n"
111
"6 malloc_debug is set to zero, then no
backtrace
will be captured.\n"
128
ASSERT_FALSE(InitConfig("
backtrace
unknown_option"))
[
all
...]
/system/core/debuggerd/
tombstone.cpp
43
#include <
backtrace
/
Backtrace
.h>
44
#include <
backtrace
/BacktraceMap.h>
48
#include "
backtrace
.h"
239
Backtrace
*
backtrace
, log_t* log, uintptr_t* sp, size_t words, int label) {
242
size_t bytes_read =
backtrace
->Read(*sp, reinterpret_cast<uint8_t*>(&stack_data[0]), sizeof(word_t) * words);
256
backtrace
->FillInMap(stack_data[i], &map);
260
std::string func_name(
backtrace
->GetFunctionName(stack_data[i], &offset));
275
static void dump_stack(
Backtrace
* backtrace, log_t* log)
[
all
...]
/external/chromium-trace/catapult/tracing/tracing/model/
heap_dump.html
28
// The leaf stack frame of the associated
backtrace
(e.g. drawQuad for the
29
// drawQuad <- draw <- MessageLoop::RunTask
backtrace
). If undefined, the
30
//
backtrace
is empty.
/external/clang/test/Misc/
reduced-diags-macros-backtrace.cpp
1
// RUN: not %clang_cc1 -fsyntax-only -fmacro-
backtrace
-limit 0 %s 2>&1 | FileCheck %s --check-prefix=ALL
2
// RUN: not %clang_cc1 -fsyntax-only -fmacro-
backtrace
-limit 2 %s 2>&1 | FileCheck %s --check-prefix=SKIP
40
// SKIP-NEXT: note: (skipping 2 expansions in
backtrace
; use -fmacro-
backtrace
-limit=0 to see all)
/external/clang/test/SemaCXX/
constexpr-backtrace-limit.cpp
1
// RUN: not %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-
backtrace
-limit 0 -fconstexpr-depth 4 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST1
9
// RUN: not %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-
backtrace
-limit 2 -fconstexpr-depth 4 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST2
16
// RUN: not %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-
backtrace
-limit 2 -fconstexpr-depth 8 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST3
23
// RUN: not %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-
backtrace
-limit 8 -fconstexpr-depth 8 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST4
/external/compiler-rt/test/msan/
backtrace.cc
12
int sz =
backtrace
(buf, sizeof(buf) / sizeof(*buf));
/external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker_unittest.cc
26
// Asserts that the fixed-size array |expected_backtrace| matches the
backtrace
32
auto actual = std::begin(ctx.
backtrace
.frames);
33
auto actual_bottom = std::end(ctx.
backtrace
.frames);
51
for (StackFrame frame : ctx.
backtrace
.frames)
70
// Also check that |GetContextSnapshot| fills the
backtrace
with null pointers
213
ASSERT_EQ(kCupcake, ctx.
backtrace
.frames[0]);
214
ASSERT_EQ(kFroyo, ctx.
backtrace
.frames[11]);
219
ASSERT_EQ(kCupcake, ctx.
backtrace
.frames[0]);
220
ASSERT_EQ(kFroyo, ctx.
backtrace
.frames[11]);
heap_profiler_stack_frame_deduplicator.h
27
// lookup of a
backtrace
for deduplication, and a tree for compact storage in
50
// Inserts a
backtrace
where |beginFrame| is a pointer to the bottom frame
53
// Returns -1 if the
backtrace
is empty.
/system/core/libbacktrace/
BacktraceOffline.h
28
#include <
backtrace
/
Backtrace
.h>
60
class BacktraceOffline : public
Backtrace
{
64
:
Backtrace
(pid, tid, map),
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb
52
def
backtrace
!
53
Call.convert_backtrace(
backtrace
)
/external/clang/test/SemaTemplate/
instantiation-depth-defarg.cpp
1
// RUN: %clang_cc1 -fsyntax-only -verify -ftemplate-depth 128 -ftemplate-
backtrace
-limit 4 %s
8
// expected-note {{skipping 125 contexts in
backtrace
}} \
/external/elfutils/tests/
run-backtrace-data.sh
18
. $srcdir/
backtrace
-subr.sh
25
(set +ex; testrun ${abs_builddir}/
backtrace
-data 1>data.bt 2>data.err; true)
run-backtrace-dwarf.sh
18
. $srcdir/
backtrace
-subr.sh
27
(set +ex; testrun ${abs_builddir}/
backtrace
-dwarf 1>dwarf.bt 2>dwarf.err; true)
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_stack.h
52
debug_backtrace_capture(struct debug_stack_frame *
backtrace
,
57
debug_backtrace_dump(const struct debug_stack_frame *
backtrace
,
/external/wpa_supplicant_8/src/utils/
trace.h
2
*
Backtrace
debugging
32
(ptr)->btrace_num =
backtrace
((ptr)->btrace, WPA_TRACE_LEN)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
execinfo.h
28
extern int
backtrace
(void **__array, int __size) __nonnull ((1));
31
/* Return names of functions from the
backtrace
list in ARRAY in a newly
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libSegFault.so
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
execinfo.h
28
extern int
backtrace
(void **__array, int __size) __nonnull ((1));
31
/* Return names of functions from the
backtrace
list in ARRAY in a newly
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libSegFault.so
/system/core/debuggerd/mips/
machine.cpp
25
#include <
backtrace
/
Backtrace
.h>
35
void dump_memory_and_code(log_t* log,
Backtrace
*
backtrace
) {
37
if (ptrace(PTRACE_GETREGS,
backtrace
->Tid(), 0, &r)) {
53
dump_memory(log,
backtrace
, R(r.regs[reg]), "memory near %.2s:", ®_names[reg * 2]);
58
dump_memory(log,
backtrace
, pc, "code around pc:");
60
dump_memory(log,
backtrace
, ra, "code around ra:");
/system/core/debuggerd/mips64/
machine.cpp
25
#include <
backtrace
/
Backtrace
.h>
35
void dump_memory_and_code(log_t* log,
Backtrace
*
backtrace
) {
37
if (ptrace(PTRACE_GETREGS,
backtrace
->Tid(), 0, &r)) {
53
dump_memory(log,
backtrace
, R(r.regs[reg]), "memory near %.2s:", ®_names[reg * 2]);
58
dump_memory(log,
backtrace
, pc, "code around pc:");
60
dump_memory(log,
backtrace
, ra, "code around ra:");
/system/extras/simpleperf/
dwarf_unwind.cpp
21
#include <
backtrace
/
Backtrace
.h>
127
std::unique_ptr<
Backtrace
>
backtrace
(
128
Backtrace
::CreateOffline(thread.pid, thread.tid, backtrace_map.get(), stack_info, true));
130
if (
backtrace
->Unwind(0, &ucontext)) {
131
for (auto it =
backtrace
->begin(); it !=
backtrace
->end(); ++it) {
/bionic/libc/malloc_debug/
README_api.md
6
either the
backtrace
option or the
backtrace
\_enabled\_on\_signal option.
24
<i>
backtrace
\_size</i> is set to the maximum number of
backtrace
entries
48
<i>
backtrace
\_size</i> as returned by the original call to
DebugData.cpp
52
if (config_.options &
BACKTRACE
) {
53
backtrace
.reset(new BacktraceData(config_, &pointer_offset_));
54
if (!
backtrace
->Initialize(config_)) {
/external/autotest/client/tools/
crash_handler.py
49
@param report: Whether we'll use GDB to get a
backtrace
report of the
142
# Take a
backtrace
from the running program
145
backtrace
= commands.getoutput(gdb_cmd)
147
backtrace
=
backtrace
.decode('utf-8', 'ignore')
150
backtrace
= ("Could not determine
backtrace
for core file %s" % path)
163
report += "Program
backtrace
:\n%s\n" %
backtrace
Completed in 842 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>