Searched defs:cpu_stat (Results 1 – 4 of 4) sorted by relevance
36 struct cpu_stat { struct37 uint64_t user, nice, sys, idle;38 uint64_t total;
66 repeated CpuTimes cpu_stat = 3; field
331 auto* cpu_stat = sys_stats->add_cpu_stat(); in ReadStat() local
8282 repeated CpuTimes cpu_stat = 3; field