Searched refs:cp_time (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 104 uint64_t cp_time[CPUSTATES]; in get_cpu_stats() local 106 long cp_time[CPUSTATES]; in get_cpu_stats() 111 len = sizeof(cp_time); in get_cpu_stats() 116 if (sysctl(mib, ARRAY_SIZE(mib), cp_time, &len, NULL, 0) == -1) in get_cpu_stats() 127 cp_time[state] = sum_cp_time[state]; in get_cpu_stats() 129 if (sysctlbyname("kern.cp_time", cp_time, &len, NULL, 0) == -1) in get_cpu_stats() 136 len = sizeof(cp_time); in get_cpu_stats() 137 if (sysctl(mib, ARRAY_SIZE(mib), cp_time, &len, NULL, 0) == -1) in get_cpu_stats() 142 len = sizeof(cp_time); in get_cpu_stats() 143 if (sysctl(mib, ARRAY_SIZE(mib), cp_time, &len, NULL, 0) == -1) in get_cpu_stats() [all …]
|