Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/tools/power/pm-graph/
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
Dsleepgraph.py181 postdelay = 0 variable in SystemValues
5524 if(count == sv.execcount and sv.postdelay > 0):
5525 sv.fsetVal('WAIT %d' % sv.postdelay, 'trace_marker')
5526 time.sleep(sv.postdelay/1000.0)
6554 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)
6787 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)