Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c53 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function
90 get_cpu_stats(unsigned cpu_index, uint64_t *busy_time, uint64_t *total_time) in get_cpu_stats() function
154 get_cpu_stats(info->cpu_index, &cpu_busy, &cpu_total); in query_cpu_load()
168 get_cpu_stats(info->cpu_index, &info->last_cpu_busy, in query_cpu_load()
187 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) { in hud_cpu_graph_install()
228 while (get_cpu_stats(i, &busy, &total)) in hud_get_num_cpus()