Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp191 * @tc.desc: test DfxUnwindRemote UnwindProcess
206 bool ret = DfxUnwindRemote::GetInstance().UnwindProcess(request, process, unwinder); in HWTEST_F()
215 * @tc.desc: test DfxUnwindRemote UnwindProcess
227 bool ret = remote->UnwindProcess(request, nullptr, unwinder, 0); in HWTEST_F()
229 ret = remote->UnwindProcess(request, process, unwinder, 0); in HWTEST_F()
233 ret = remote->UnwindProcess(request, process, unwinder, 0); in HWTEST_F()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.h39 bool UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process,
H A Ddfx_unwind_remote.cpp80 bool DfxUnwindRemote::UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, in UnwindProcess() function in OHOS::HiviewDFX::DfxUnwindRemote
83 DFX_TRACE_SCOPED("UnwindProcess"); in UnwindProcess()
H A Dprocess_dumper.cpp512 if (!DfxUnwindRemote::GetInstance().UnwindProcess(request, process_, unwinder_, vmPid)) { in Unwind()

Completed in 5 milliseconds