Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.c54 static int maxcstate = 0; variable
307 if (clevel > maxcstate) in read_data_acpi()
308 maxcstate = clevel; in read_data_acpi()
413 if (clevel > maxcstate) in read_data_cpuidle()
414 maxcstate = clevel; in read_data_cpuidle()
897 if (totalevents == 0 && maxcstate <= 1) { in main()