Home
last modified time | relevance | path

Searched refs:Backtrace (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context.cc27 Backtrace::Backtrace(): frame_count(0) {} in Backtrace() function in base::trace_event::Backtrace
29 bool operator==(const Backtrace& lhs, const Backtrace& rhs) { in operator ==()
34 bool operator!=(const Backtrace& lhs, const Backtrace& rhs) { in operator !=()
40 AllocationContext::AllocationContext(const Backtrace& backtrace, in AllocationContext()
56 using base::trace_event::Backtrace;
63 size_t hash<Backtrace>::operator()(const Backtrace& backtrace) const { in operator ()()
64 const void* values[Backtrace::kMaxFrameCount]; in operator ()()
74 size_t backtrace_hash = hash<Backtrace>()(ctx.backtrace); in operator ()()
Dheap_profiler_allocation_context.h68 struct BASE_EXPORT Backtrace { struct
69 Backtrace();
79 bool BASE_EXPORT operator==(const Backtrace& lhs, const Backtrace& rhs); argument
80 bool BASE_EXPORT operator!=(const Backtrace& lhs, const Backtrace& rhs);
87 AllocationContext(const Backtrace& backtrace, const char* type_name);
89 Backtrace backtrace;
120 struct BASE_EXPORT hash<base::trace_event::Backtrace> {
121 size_t operator()(const base::trace_event::Backtrace& backtrace) const;
Dheap_profiler_allocation_register.h314 size_t operator () (const Backtrace& backtrace) const;
319 Backtrace,
342 BacktraceMap::KVIndex InsertBacktrace(const Backtrace& backtrace);
Dheap_profiler_allocation_register.cc34 const Backtrace& backtrace) const { in operator ()()
150 const Backtrace& backtrace) { in InsertBacktrace()
Dheap_profiler_allocation_context_tracker.cc211 static_assert(arraysize(frames) >= Backtrace::kMaxFrameCount, in GetContextSnapshot()
Dheap_profiler_heap_dump_writer.cc86 const Backtrace& backtrace = context_and_metrics.first->backtrace; in GetSubbuckets()
/external/valgrind/none/tests/
Dvgprintf.stderr.exp4 Backtrace line one
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp28 std::string Backtrace; member
327 return CRC->Backtrace; in getBacktrace()
/external/libunwind/src/
DMakefile.am115 unwind/Backtrace.c unwind/DeleteException.c \
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu2970 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments.
2973 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments.
2976 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments.
13986 PASS: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test int_param_single_reg_loc
13988 KFAIL: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test struct_param_single_reg_loc (PRMS: symta…
13990 KFAIL: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test struct_param_two_reg_pieces (PRMS: symta…
13992 KFAIL: gdb.dwarf2/dw2-op-out-param.exp: Backtrace for test int_param_two_reg_pieces (PRMS: symtab/1…
19184 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect nothing
19186 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect regs
19188 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect args and locals
[all …]
Di686-pc-linux-gnu2736 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal32 arguments.
2739 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal64 arguments.
2742 PASS: gdb.base/dfp-test.exp: Backtrace function with correct _Decimal128 arguments.
19056 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect nothing
19058 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect regs
19060 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect args and locals
19062 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 1, collect stack mem expr
19064 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 2, collect nothing
19066 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 2, collect regs
19068 PASS: gdb.trace/backtrace.exp: 8.6: Backtrace, depth == 2, collect args and locals
[all …]