Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/pm-graph/config/
Dfreeze.cfg67 postdelay: 0
Dstandby.cfg67 postdelay: 0
Dfreeze-callgraph.cfg68 postdelay: 0
Dfreeze-dev.cfg67 postdelay: 0
Dstandby-callgraph.cfg68 postdelay: 0
Dstandby-dev.cfg67 postdelay: 0
Dsuspend-callgraph.cfg68 postdelay: 0
Dsuspend-dev.cfg67 postdelay: 0
Dsuspend-x2-proc.cfg67 postdelay: 1000
Dsuspend.cfg67 postdelay: 0
Dexample.cfg95 postdelay: 0
/Linux-v5.4/tools/power/pm-graph/
DREADME180 resume_complete. The predelay and postdelay args allow you to do this. It
187 %> sudo ./sleepgraph.py -m mem -rtcwake 15 -x2 -x2delay 1000 -predelay 1000 -postdelay 1000 -proc
282 postdelay: 0
Dsleepgraph.py165 postdelay = 0 variable in SystemValues
5170 if(count == sysvals.execcount and sysvals.postdelay > 0):
5171 sysvals.fsetVal('WAIT %d' % sysvals.postdelay, 'trace_marker')
5172 time.sleep(sysvals.postdelay/1000.0)
6206 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)
6432 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)