Searched refs:system_ (Results 1 – 2 of 2) sorted by relevance
39 uint64_t system_; variable52 system_(0), in ProcStats()67 return user_ + nice_ + system_ + idle_ + iowait_ + steal_ + hardirq_ + softirq_; in GetTotalTime()
117 cpuData->system_ = fields_[index]; in GetCpuStats()287 …cpuInfo->set_cpu_sys(KeepTowDigits(cpuData->system_ + cpuData->softirq_ + cpuData->hardirq_, total… in CalcCpuStats()