Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.h29 class DfxUnwindAsyncThread { class
31 DfxUnwindAsyncThread(std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder, uint64_t stackId) in DfxUnwindAsyncThread() function in OHOS::HiviewDFX::DfxUnwindAsyncThread
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_remote.cpp144 auto unwindAsyncThread = std::make_shared<DfxUnwindAsyncThread>(unwThread, unwinder, request->stackId); in UnwindKeyThread()
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp277 * @tc.desc: test DfxUnwindAsyncThread GetSubmitterStack
292 DfxUnwindAsyncThread asyncThread1(thread, unwinder, 0); in HWTEST_F()
296 DfxUnwindAsyncThread asyncThread2(thread, unwinder, 1); in HWTEST_F()
301 DfxUnwindAsyncThread asyncThread3(nullptr, unwinder, 1); in HWTEST_F()
309 * @tc.desc: test DfxUnwindAsyncThread GetSubmitterStack
317 DfxUnwindAsyncThread asyncThread1(nullptr, nullptr, 0); in HWTEST_F()
320 DfxUnwindAsyncThread asyncThread2(nullptr, unwinder, 0); in HWTEST_F()

Completed in 2 milliseconds