Home
last modified time | relevance | path

Searched defs:vmPid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp81 std::shared_ptr<Unwinder> unwinder, pid_t vmPid) in UnwindProcess()
127 std::shared_ptr<Unwinder> unwinder, pid_t vmPid) in UnwindKeyThread()
177 pid_t vmPid) in UnwindOtherThread()
H A Dlock_parser.cpp36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid) in ParseLockInfo()
H A Dprocess_dumper.cpp215 void ReadPids(int& realPid, int& vmPid) in ReadPids()
483 bool ProcessDumper::Unwind(std::shared_ptr<ProcessDumpRequest> request, int &dumpRes, pid_t vmPid) in Unwind()
539 pid_t vmPid = 0; in DumpProcess() local
619 bool ProcessDumper::InitUnwinder(std::shared_ptr<ProcessDumpRequest> request, pid_t &vmPid, int &du… in InitUnwinder()
H A Ddfx_unwind_async_thread.cpp34 bool DfxUnwindAsyncThread::UnwindStack(pid_t vmPid) in UnwindStack()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_dump_request.h105 int32_t vmPid; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c661 pid_t vmPid = ForkBySyscall(); in StartVMProcessUnwind() local