Lines Matching refs:info
127 Proc_Cpu_Occupy info;
152 ss >> info.utime >> info.stime >> info.cutime >> info.cstime;
153 return (info.utime + info.stime + info.cutime + info.cstime);
169 int32_t CpuInfo::GetSystemCpuStatInfo(Total_Cpu_Occupy &info)
189 ss >> info.name >> info.user >> info.nice >> info.system >> info.idle >> info.lowait \
190 >> info.irq >> info.softirq >> info.steal >> info.guest >> info.guest_nice;