Searched refs:system_ (Results 1 – 2 of 2) sorted by relevance
41 uint64_t system_; variable54 system_(0), in ProcStats()69 return user_ + nice_ + system_ + idle_ + iowait_ + steal_ + hardirq_ + softirq_; in GetTotalTime()181 …cpuStatsInfo.set_cpu_sys(KeepTowDigits(cpuData->system_ + cpuData->softirq_ + cpuData->hardirq_, t… in CalcCpuStats()
116 cpuData->system_ = fields_[index]; in GetCpuStats()