Home
last modified time | relevance | path

Searched refs:Unwind (Results 1 – 14 of 14) sorted by relevance

/system/core/libbacktrace/
Dbacktrace_test.cpp182 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyLevelBacktrace()
204 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyMaxBacktrace()
234 ASSERT_TRUE(backtrace->Unwind(0)); in TEST()
281 ASSERT_TRUE(all->Unwind(0)); in VerifyLevelIgnoreFrames()
287 ASSERT_TRUE(ign1->Unwind(1)); in VerifyLevelIgnoreFrames()
293 ASSERT_TRUE(ign2->Unwind(2)); in VerifyLevelIgnoreFrames()
330 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyProcTest()
389 ASSERT_TRUE(ign1->Unwind(1)); in VerifyProcessIgnoreFrames()
394 ASSERT_TRUE(ign2->Unwind(2)); in VerifyProcessIgnoreFrames()
478 ASSERT_TRUE(backtrace->Unwind(0)); in VerifyLevelThread()
[all …]
DUnwindPtrace.h37 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
DBacktraceCurrent.h47 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
DBacktraceOffline.h59 bool Unwind(size_t num_ignore_frames, ucontext_t* context) override;
DUnwindPtrace.cpp82 bool UnwindPtrace::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in UnwindPtrace
DBacktraceCurrent.cpp67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) { in Unwind() function in BacktraceCurrent
Dbacktrace_offline_test.cpp316 ASSERT_TRUE(backtrace->Unwind(0, &ucontext)); in BacktraceOfflineTest()
390 ASSERT_TRUE(backtrace->Unwind(0, &ucontext)); in TEST()
DBacktraceOffline.cpp174 bool BacktraceOffline::Unwind(size_t num_ignore_frames, ucontext_t* context) { in Unwind() function in BacktraceOffline
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp68 if (backtrace->Unwind(0)) { in dump_thread()
109 if (backtrace->Unwind(0, ucontext)) { in dump_backtrace_ucontext()
Dtombstone.cpp493 if (backtrace->Unwind(0)) { in dump_thread()
767 if (backtrace->Unwind(0, ucontext)) { in engrave_tombstone_ucontext()
/system/core/libutils/
DCallStack.cpp46 if (!backtrace->Unwind(ignoreDepth)) { in update()
/system/core/debuggerd/libdebuggerd/test/
DBacktraceMock.h51 virtual bool Unwind(size_t, ucontext_t*) { return false; } in Unwind() function
/system/core/libbacktrace/include/backtrace/
DBacktrace.h104 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL) = 0;
/system/extras/simpleperf/
Ddwarf_unwind.cpp135 if (backtrace->Unwind(0, &ucontext)) { in UnwindCallChain()