Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp321 ProcStatsRsp &procStats = pStats[i]; in SendProcStats() local
323 procStats.pid = it.first; in SendProcStats()
324 if (strncpy_s(procStats.name, MAX_PROC_NAME_LEN, it.second.name.c_str(), MAX_PROC_NAME_LEN - 1) != 0) { in SendProcStats()
327 StatsEntry2StatsRsp(it.second.statsAll, procStats.stats); in SendProcStats()
328 procStats.typeNum = 0; in SendProcStats()
333 procStats.typeNum++; in SendProcStats()
336 procStats.tagNum = 0; in SendProcStats()
338 procStats.tagNum = it.second.tagStats.size(); in SendProcStats()
340 if (procStats.tagNum == 0) { in SendProcStats()
341 procStats in SendProcStats()
[all...]

Completed in 2 milliseconds