Home
last modified time | relevance | path

Searched refs:pStats (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp77 ProcStatsRsp &pStats = rsp.pStats[i]; in ReceiveProcTagStats() local
78 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() local
109 int msgSize = pStats.typeNum * sizeof(LogTypeStatsRsp); in ReceiveProcLogTypeStats()
115 pStats.lStats = nullptr; in ReceiveProcLogTypeStats()
124 pStats.lStats = nullptr; in ReceiveProcLogTypeStats()
[all …]
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp208 static string GetProcessName(const ProcStatsRsp &pStats) in GetProcessName() argument
213 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() local
243 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 …]
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h227 ProcStatsRsp *pStats; member
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp194 rsp.pStats = nullptr; in SendOverallStats()
305 ProcStatsRsp *pStats = reinterpret_cast<ProcStatsRsp *>(tmp); in SendProcStats() local
308 ProcStatsRsp &procStats = pStats[i]; in SendProcStats()