Searched refs:linectotal (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 289 …int(timerstat_window, i+1, 0," %5.1f%% (%5.1f) [%6s] %s \n", lines[i].count * 100.0 / linectotal, in show_timerstats() 293 print(timerstat_window, i+1, 0," %5.1f%% (%5.1f) %s \n", lines[i].count * 100.0 / linectotal, in show_timerstats()
|
D | powertop.h | 42 extern int linectotal;
|
D | powertop.c | 79 int linectotal; variable 143 linectotal = q; in count_lines()
|