Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/pm-graph/config/
H A Dstandby.cfg67 postdelay: 0
H A Dfreeze.cfg67 postdelay: 0
H A Dstandby-callgraph.cfg68 postdelay: 0
H A Dsuspend-dev.cfg67 postdelay: 0
H A Dfreeze-dev.cfg67 postdelay: 0
H A Dfreeze-callgraph.cfg68 postdelay: 0
H A Dstandby-dev.cfg67 postdelay: 0
H A Dsuspend-x2-proc.cfg67 postdelay: 1000
H A Dsuspend-callgraph.cfg68 postdelay: 0
H A Dsuspend.cfg67 postdelay: 0
H A Dexample.cfg95 postdelay: 0
/openbmc/linux/tools/power/pm-graph/
H A DREADME186 resume_complete. The predelay and postdelay args allow you to do this. It
193 %> sudo ./sleepgraph.py -m mem -rtcwake 15 -x2 -x2delay 1000 -predelay 1000 -postdelay 1000 -proc
386 postdelay: 0
H A Dsleepgraph.py181 postdelay = 0 variable in SystemValues
5546 if(count == sv.execcount and sv.postdelay > 0):
5547 sv.fsetVal('WAIT %d' % sv.postdelay, 'trace_marker')
5548 time.sleep(sv.postdelay/1000.0)
6575 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)
6808 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)