Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.c77 int linehead; variable
94 for (i = 0; i < linehead; i++) in push_line()
99 if (linehead == linesize) in push_line()
101 lines[linehead].string = strdup (string); in push_line()
102 lines[linehead].count = count; in push_line()
103 lines[linehead].pid[0] = 0; in push_line()
104 linehead++; in push_line()
111 for (i = 0; i < linehead; i++) in push_line_pid()
118 if (linehead == linesize) in push_line_pid()
120 lines[linehead].string = strdup (string); in push_line_pid()
[all …]
Dpowertop.h40 extern int linehead;
Ddisplay.c282 for (i = 0; i < linehead; i++) in show_timerstats()