Searched refs:get_cpu_stats (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 55 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function 92 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function 157 get_cpu_stats(info->cpu_index, &cpu_busy, &cpu_total); in query_cpu_load() 171 get_cpu_stats(info->cpu_index, &info->last_cpu_busy, in query_cpu_load() 190 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) { in hud_cpu_graph_install() 229 while (get_cpu_stats(i, &busy, &total)) in hud_get_num_cpus()
|
/external/grpc-grpc/ |
D | BUILD | 1397 "src/cpp/server/load_reporter/get_cpu_stats.h",
|