Searched refs:pStats (Results 1 – 4 of 4) sorted by relevance
77 ProcStatsRsp &pStats = rsp.pStats[i]; in ReceiveProcTagStats() local78 int msgSize = pStats.tagNum * sizeof(TagStatsRsp); in ReceiveProcTagStats()80 pStats.tStats = nullptr; in ReceiveProcTagStats()85 pStats.tStats = nullptr; in ReceiveProcTagStats()94 pStats.tStats = nullptr; in ReceiveProcTagStats()99 pStats.tStats = reinterpret_cast<TagStatsRsp*>(tmp); in ReceiveProcTagStats()108 ProcStatsRsp &pStats = rsp.pStats[i]; in ReceiveProcLogTypeStats() local109 int msgSize = pStats.typeNum * sizeof(LogTypeStatsRsp); in ReceiveProcLogTypeStats()115 pStats.lStats = nullptr; in ReceiveProcLogTypeStats()124 pStats.lStats = nullptr; in ReceiveProcLogTypeStats()[all …]
208 static string GetProcessName(const ProcStatsRsp &pStats) in GetProcessName() argument213 string name = GetNameByPid(pStats.pid); in GetProcessName()215 name = pStats.name; in GetProcessName()236 if (rsp.pStats == nullptr) { in HilogShowProcStatsInfo()240 SortProcList(vp, rsp.pStats, rsp.procNum); in HilogShowProcStatsInfo()242 ProcStatsRsp &pStats = vp[i]; in HilogShowProcStatsInfo() local243 string name = GetProcessName(pStats); in HilogShowProcStatsInfo()244 HiLogShowProcInfo("-", pStats.pid, name, "-"); in HilogShowProcStatsInfo()245 PrintStats(pStats.stats); in HilogShowProcStatsInfo()248 if (pStats.lStats == nullptr) { in HilogShowProcStatsInfo()[all …]
227 ProcStatsRsp *pStats; member
194 rsp.pStats = nullptr; in SendOverallStats()305 ProcStatsRsp *pStats = reinterpret_cast<ProcStatsRsp *>(tmp); in SendProcStats() local308 ProcStatsRsp &procStats = pStats[i]; in SendProcStats()