Lines Matching full:suspend

8    pm-graph: suspend/resume/boot timing analysis tools
50 their linux stack's suspend/resume & boot time. Using a kernel image built
51 with a few extra options enabled, the tools will execute a suspend or boot,
54 and kernel processes are taking the most time in suspend/resume & boot.
107 in file: kernel/power/suspend.c
137 %> sudo ./sleepgraph.py -config config/suspend.cfg
141 files in subdirectory: suspend-mmddyy-HHMMSS. The ftrace file can
173 %> sudo ./sleepgraph.py -config config/suspend-dev.cfg
182 the period before and after suspend/resume.
189 successive suspend/resumes.
197 %> sudo ./sleepgraph.py -config config/suspend-proc.cfg
204 suspend/resumes over an extended period and analyze the behavior. This can be
219 suspend-xN-{date}-{time}:
223 suspend-{date}-{time} (1)
224 suspend-{date}-{time} (2)
230 Mode to initiate for suspend e.g. mem, freeze, standby (default: mem).
244 created in a new subdirectory: suspend-xN-{date}-{time}. When the multitest
290 %> cd suspend-x2000-{date}-{time}
295 %> cd suspend-xN-{date}-{time}
306 Simple suspend/resume with basic timeline (mem/freeze/standby)
307 config/suspend.cfg
311 Dev mode suspend/resume with dev timeline (mem/freeze/standby)
312 config/suspend-dev.cfg
316 Simple suspend/resume with timeline and callgraph (mem/freeze/standby)
317 config/suspend-callgraph.cfg
321 Sample proc mode x2 run using mem suspend
322 config/suspend-x2-proc.cfg
328 config/debug-serio-suspend.cfg
334 Run a simple mem suspend:
335 %> sudo ./sleepgraph.py -config config/suspend.cfg
337 Run a mem suspend with callgraph data:
338 %> sudo ./sleepgraph.py -config config/suspend-callgraph.cfg
340 Run a mem suspend with dev mode detail:
341 %> sudo ./sleepgraph.py -config config/suspend-dev.cfg
352 # Suspend Mode: e.g. standby, mem, freeze, disk (def: mem)
356 output-dir: suspend-{hostname}-{date}-{time}
367 # Custom Command: Command to execute in lieu of suspend (def: "")
376 # Suspend/Resume x2: run 2 suspend/resumes back to back (def: false)
379 # x2 Suspend Delay: time delay between the two test runs in ms (def: 0 ms)
382 # Pre Suspend Delay: nclude an N ms delay before (1st) suspend (def: 0 ms)
507 the functions that add a hardcoded time delay to the suspend/resume path.
624 [execute the suspend]
626 # NOTE: The suspend will only work if the screen isn't timed out,
627 # so you have to press some keys first to wake it up b4 suspend)
628 dev%> sh android.sh suspend mem
630 Suspend/Resume timing test initiated
641 SUSPEND START @ 21:24:02 (rtcwake in 10 seconds)
647 # reconnect sometimes in order for the connection to work post-suspend