Home
last modified time | relevance | path

Searched refs:UnwindThread (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.h43 bool UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread);
Ddfx_unwind_remote.cpp92 ret = UnwindThread(process, unwThread); in UnwindProcess()
121 UnwindThread(process, thread); in UnwindProcess()
323 bool DfxUnwindRemote::UnwindThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> … in UnwindThread() function in OHOS::HiviewDFX::DfxUnwindRemote
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp198 bool ret = DfxUnwindRemote::GetInstance().UnwindThread(process, thread);