Lines Matching full:suspend
3 pm-graph: suspend/resume/boot timing analysis tools
47 their linux stack's suspend/resume & boot time. Using a kernel image built
48 with a few extra options enabled, the tools will execute a suspend or boot,
51 and kernel processes are taking the most time in suspend/resume & boot.
101 in file: kernel/power/suspend.c
131 %> sudo ./sleepgraph.py -config config/suspend.cfg
135 files in subdirectory: suspend-mmddyy-HHMMSS. The ftrace file can
167 %> sudo ./sleepgraph.py -config config/suspend-dev.cfg
176 the period before and after suspend/resume.
183 successive suspend/resumes.
191 %> sudo ./sleepgraph.py -config config/suspend-proc.cfg
202 Simple suspend/resume with basic timeline (mem/freeze/standby)
203 config/suspend.cfg
207 Dev mode suspend/resume with dev timeline (mem/freeze/standby)
208 config/suspend-dev.cfg
212 Simple suspend/resume with timeline and callgraph (mem/freeze/standby)
213 config/suspend-callgraph.cfg
217 Sample proc mode x2 run using mem suspend
218 config/suspend-x2-proc.cfg
224 config/debug-serio-suspend.cfg
230 Run a simple mem suspend:
231 %> sudo ./sleepgraph.py -config config/suspend.cfg
233 Run a mem suspend with callgraph data:
234 %> sudo ./sleepgraph.py -config config/suspend-callgraph.cfg
236 Run a mem suspend with dev mode detail:
237 %> sudo ./sleepgraph.py -config config/suspend-dev.cfg
248 # Suspend Mode: e.g. standby, mem, freeze, disk (def: mem)
252 output-dir: suspend-{hostname}-{date}-{time}
263 # Custom Command: Command to execute in lieu of suspend (def: "")
272 # Suspend/Resume x2: run 2 suspend/resumes back to back (def: false)
275 # x2 Suspend Delay: time delay between the two test runs in ms (def: 0 ms)
278 # Pre Suspend Delay: nclude an N ms delay before (1st) suspend (def: 0 ms)
403 the functions that add a hardcoded time delay to the suspend/resume path.
520 [execute the suspend]
522 # NOTE: The suspend will only work if the screen isn't timed out,
523 # so you have to press some keys first to wake it up b4 suspend)
524 dev%> sh android.sh suspend mem
526 Suspend/Resume timing test initiated
537 SUSPEND START @ 21:24:02 (rtcwake in 10 seconds)
543 # reconnect sometimes in order for the connection to work post-suspend