Searched refs:DfxUnwindAsyncThread (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.cpp | 34 bool DfxUnwindAsyncThread::UnwindStack(pid_t vmPid) in UnwindStack() 84 void DfxUnwindAsyncThread::GetSubmitterStack(std::vector<DfxFrame> &submitterFrames) in GetSubmitterStack() 117 void DfxUnwindAsyncThread::MergeStack(std::vector<DfxFrame> &submitterFrames) in MergeStack() 124 void DfxUnwindAsyncThread::UnwindThreadFallback() in UnwindThreadFallback() 165 void DfxUnwindAsyncThread::UnwindThreadByParseStackIfNeed() in UnwindThreadByParseStackIfNeed()
|
H A D | dfx_unwind_async_thread.h | 29 class DfxUnwindAsyncThread { 31 …DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread() function
|
H A D | dfx_unwind_remote.cpp | 143 …auto unwindAsyncThread = std::make_shared<DfxUnwindAsyncThread>(unwThread, unwinder, request->stac… in UnwindKeyThread()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | process_dump_test.cpp | 289 DfxUnwindAsyncThread asyncThread1(thread, unwinder, 0); 293 DfxUnwindAsyncThread asyncThread2(thread, unwinder, 1); 298 DfxUnwindAsyncThread asyncThread3(nullptr, unwinder, 1); 314 DfxUnwindAsyncThread asyncThread1(nullptr, nullptr, 0); 317 DfxUnwindAsyncThread asyncThread2(nullptr, unwinder, 0);
|