Searched refs:getArgInt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1198 self.multitest[sz] = getArgInt('multi: n d (exec count)', c, 1, 1000000, False) 1199 self.multitest['delay'] = getArgInt('multi: n d (delay between tests)', d, 0, 3600, False) 5876 # Function: getArgInt 5879 def getArgInt(name, args, min, max, main=True): function 6302 sysvals.cgtest = getArgInt('cgtest', value, 0, 1, False) 6333 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False) 6335 sysvals.predelay = getArgInt('predelay', value, 0, 60000, False) 6337 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False) 6339 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False) 6345 sysvals.rtcwaketime = getArgInt('rtcwak [all...] |
H A D | bootgraph.py | 944 sysvals.setPrecision(aslib.getArgInt('-timeprec', args, 0, 6)) 947 sysvals.max_graph_depth = aslib.getArgInt('-maxdepth', args, 0, 1000)
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 1312 self.multitest[sz] = getArgInt('multi: n d (exec count)', c, 1, 1000000, False) 1313 self.multitest['delay'] = getArgInt('multi: n d (delay between tests)', d, 0, 3600, False) 6088 # Function: getArgInt 6091 def getArgInt(name, args, min, max, main=True): function 6540 sysvals.cgtest = getArgInt('cgtest', value, 0, 1, False) 6571 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False) 6573 sysvals.predelay = getArgInt('predelay', value, 0, 60000, False) 6575 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False) 6577 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False) 6583 sysvals.rtcwaketime = getArgInt('rtcwak [all...] |
H A D | bootgraph.py | 946 sysvals.setPrecision(aslib.getArgInt('-timeprec', args, 0, 6)) 949 sysvals.max_graph_depth = aslib.getArgInt('-maxdepth', args, 0, 1000)
|
Completed in 28 milliseconds