Searched refs:procStats (Results 1 – 1 of 1) sorted by relevance
308 ProcStatsRsp &procStats = pStats[i]; in SendProcStats() local310 procStats.pid = it.first; in SendProcStats()311 …if (strncpy_s(procStats.name, MAX_PROC_NAME_LEN, it.second.name.c_str(), MAX_PROC_NAME_LEN - 1) !=… in SendProcStats()314 StatsEntry2StatsRsp(it.second.statsAll, procStats.stats); in SendProcStats()315 procStats.typeNum = 0; in SendProcStats()320 procStats.typeNum++; in SendProcStats()323 procStats.tagNum = 0; in SendProcStats()325 procStats.tagNum = it.second.tagStats.size(); in SendProcStats()327 if (procStats.tagNum == 0) { in SendProcStats()328 procStats.tStats = nullptr; in SendProcStats()