Home
last modified time | relevance | path

Searched refs:x2delay (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/power/pm-graph/config/
H A Dstandby.cfg59 x2delay: 0
H A Dfreeze.cfg59 x2delay: 0
H A Dsuspend-x2-proc.cfg59 x2delay: 1000
H A Dsuspend-callgraph.cfg60 x2delay: 0
H A Dsuspend.cfg59 x2delay: 0
H A Dstandby-dev.cfg59 x2delay: 0
H A Dsuspend-dev.cfg59 x2delay: 0
H A Dfreeze-dev.cfg59 x2delay: 0
H A Dstandby-callgraph.cfg60 x2delay: 0
H A Dfreeze-callgraph.cfg60 x2delay: 0
H A Dexample.cfg87 x2delay: 0
H A Dcustom-timeline-functions.cfg42 x2delay: 0
/openbmc/linux/tools/power/pm-graph/
H A DREADME193 %> sudo ./sleepgraph.py -m mem -rtcwake 15 -x2 -x2delay 1000 -predelay 1000 -postdelay 1000 -proc
380 x2delay: 0
H A Dsleepgraph.py162 x2delay = 0 variable in SystemValues
5481 if(count > 1 and sv.x2delay > 0):
5482 sv.fsetVal('WAIT %d' % sv.x2delay, 'trace_marker')
5483 time.sleep(sv.x2delay/1000.0)
6571 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False)
6804 sysvals.x2delay = getArgInt('-x2delay', args, 0, 60000)