Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c274 void show_timerstats(int nostats, int ticktime) in show_timerstats() argument
279 if (!nostats) { in show_timerstats()
Dpowertop.h111 void show_timerstats(int nostats, int ticktime);
Dpowertop.c73 int nostats; variable
454 nostats = 1; in stop_timerstats()
465 nostats = 1; in start_timerstats()
936 if (!nostats) in main()
1025 show_timerstats(nostats, ticktime); in main()