Searched defs:vmPid (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | lock_parser.cpp | 36 bool LockParser::ParseLockInfo(std::shared_ptr<Unwinder> unwinder, int32_t vmPid, int32_t tid)
in ParseLockInfo() argument
|
H A D | dfx_unwind_remote.cpp | 80 UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindProcess() argument 127 UnwindKeyThread(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindKeyThread() argument 177 UnwindOtherThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindOtherThread() argument [all...] |
H A D | dfx_unwind_async_thread.cpp | 34 bool DfxUnwindAsyncThread::UnwindStack(pid_t vmPid) in UnwindStack() argument
|
H A D | process_dumper.cpp | 215 void ReadPids(int& realPid, int& vmPid) in ReadPids() argument 498 bool ProcessDumper::Unwind(std::shared_ptr<ProcessDumpRequest> request, int &dumpRes, pid_t vmPid) in Unwind() argument 556 pid_t vmPid = 0; in DumpProcess() local 633 InitUnwinder(std::shared_ptr<ProcessDumpRequest> request, pid_t &vmPid, int &dumpRes) InitUnwinder() argument [all...] |
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_dump_request.h | 118 int32_t vmPid; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_dumprequest.c | 442 pid_t vmPid = ForkBySyscall(); in StartVMProcessUnwind() local
|
Completed in 4 milliseconds