Searched refs:UnwindProcess (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | process_dump_test.cpp | 203 bool ret = DfxUnwindRemote::GetInstance().UnwindProcess(request, process, unwinder); 224 bool ret = remote->UnwindProcess(request, nullptr, unwinder, 0); 226 ret = remote->UnwindProcess(request, process, unwinder, 0); 230 ret = remote->UnwindProcess(request, process, unwinder, 0);
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_remote.h | 39 …bool UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> proces…
|
H A D | dfx_unwind_remote.cpp | 80 bool DfxUnwindRemote::UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<Df… in UnwindProcess() function in OHOS::HiviewDFX::DfxUnwindRemote
|
H A D | process_dumper.cpp | 497 if (!DfxUnwindRemote::GetInstance().UnwindProcess(request, process_, unwinder_, vmPid)) { in Unwind()
|