Home
last modified time | relevance | path

Searched refs:get_cpu_stats (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c64 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function
101 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function
176 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function
241 get_cpu_stats(info->cpu_index, &cpu_busy, &cpu_total); in query_cpu_load()
255 get_cpu_stats(info->cpu_index, &info->last_cpu_busy, in query_cpu_load()
274 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) { in hud_cpu_graph_install()
313 while (get_cpu_stats(i, &busy, &total)) in hud_get_num_cpus()
/external/grpc-grpc/
DBUILD1397 "src/cpp/server/load_reporter/get_cpu_stats.h",