Home
last modified time | relevance | path

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

/linux/tools/power/pm-graph/config/
H A Dfreeze.cfg59 x2delay: 0
H A Dstandby.cfg59 x2delay: 0
H A Dstandby-callgraph.cfg60 x2delay: 0
H A Dfreeze-dev.cfg59 x2delay: 0
H A Dfreeze-callgraph.cfg60 x2delay: 0
H A Dsuspend.cfg59 x2delay: 0
H A Dsuspend-callgraph.cfg60 x2delay: 0
H A Dstandby-dev.cfg59 x2delay: 0
H A Dsuspend-x2-proc.cfg59 x2delay: 1000
H A Dsuspend-dev.cfg59 x2delay: 0
H A Dexample.cfg87 x2delay: 0
H A Dcustom-timeline-functions.cfg42 x2delay: 0
/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.py163 x2delay = 0 variable in SystemValues
5511 if(count > 1 and sv.x2delay > 0):
5512 sv.fsetVal('WAIT %d' % sv.x2delay, 'trace_marker')
5513 time.sleep(sv.x2delay/1000.0)
6628 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False)
6862 sysvals.x2delay = getArgInt('-x2delay', args, 0, 60000)