Searched refs:UnwindProcess (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | process_dump_test.cpp | 191 * @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 D | dfx_unwind_remote.h | 39 bool UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process,
|
H A D | dfx_unwind_remote.cpp | 80 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 D | process_dumper.cpp | 512 if (!DfxUnwindRemote::GetInstance().UnwindProcess(request, process_, unwinder_, vmPid)) { in Unwind()
|
Completed in 3 milliseconds