Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_remote.h42 bool UnwindProcess(std::shared_ptr<DfxProcess> process);
Dprocess_dumper.cpp126 if (DfxUnwindRemote::GetInstance().UnwindProcess(process_) == false) { in DumpProcess()
Ddfx_unwind_remote.cpp63 bool DfxUnwindRemote::UnwindProcess(std::shared_ptr<DfxProcess> process) in UnwindProcess() function in OHOS::HiviewDFX::DfxUnwindRemote
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dprocess_dump_test.cpp178 bool ret = DfxUnwindRemote::GetInstance().UnwindProcess(process);