Home
last modified time | relevance | path

Searched refs:ProcInfo (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hidumper/services/native/include/
H A Ddump_manager_cpu_service.h39 struct ProcInfo { struct
63 bool GetSingleProcInfo(int pid, std::shared_ptr<ProcInfo> &specProc);
74 static bool SortProcInfo(std::shared_ptr<ProcInfo> &left, std::shared_ptr<ProcInfo> &right);
79 bool GetAllProcInfo(std::vector<std::shared_ptr<ProcInfo>> &procInfos);
89 std::shared_ptr<ProcInfo> curSpecProc_{nullptr};
90 std::vector<std::shared_ptr<ProcInfo>> curProcs_;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H A Dprocinfo.h30 typedef struct ProcInfo { struct
39 } ProcInfo; typedef
47 bool GetProcStatus(struct ProcInfo& procInfo);
55 bool GetProcStatusByPid(int realPid, struct ProcInfo& procInfo);
/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_service.cpp94 curSpecProc_ = std::make_shared<ProcInfo>(); in InitParam()
154 std::shared_ptr<ProcInfo> singleProcInfo = std::make_shared<ProcInfo>(); in GetCpuUsageByPid()
225 bool DumpManagerCpuService::GetAllProcInfo(std::vector<std::shared_ptr<ProcInfo>> &procInfos) in GetAllProcInfo()
233 std::shared_ptr<ProcInfo> ptrProcInfo = std::make_shared<ProcInfo>();; in GetAllProcInfo()
246 bool DumpManagerCpuService::GetSingleProcInfo(int pid, std::shared_ptr<ProcInfo> &specProc) in GetSingleProcInfo()
344 std::vector<std::shared_ptr<ProcInfo>> sortedInfos; in DumpProcInfo()
382 bool DumpManagerCpuService::SortProcInfo(std::shared_ptr<ProcInfo> &left, std::shared_ptr<ProcInfo>
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp43 static bool GetProcStatusByPath(struct ProcInfo& procInfo, const std::string& path) in GetProcStatusByPath()
105 struct ProcInfo procInfo; in TidToNstid()
113 bool GetProcStatusByPid(int realPid, struct ProcInfo& procInfo) in GetProcStatusByPid()
122 bool GetProcStatus(struct ProcInfo& procInfo) in GetProcStatus()
166 struct ProcInfo procInfo; in GetTidsByPid()
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H A Dprocinfo_test.cpp48 ProcInfo procInfo; in HWTEST_F()
75 struct ProcInfo procInfo; in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp1089 struct ProcInfo g_nsProcInfo; in RunInNewPidNs()

Completed in 5 milliseconds