Home
last modified time | relevance | path

Searched refs:DfxUnwindAsyncThread (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp34 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 Ddfx_unwind_async_thread.h29 class DfxUnwindAsyncThread {
31DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64… in DfxUnwindAsyncThread() function
H A Ddfx_unwind_remote.cpp143 …auto unwindAsyncThread = std::make_shared<DfxUnwindAsyncThread>(unwThread, unwinder, request->stac… in UnwindKeyThread()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp289 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);