Home
last modified time | relevance | path

Searched refs:getArgInt (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/power/pm-graph/
Dsleepgraph.py1294 self.multitest[sz] = getArgInt('multi: n d (exec count)', c, 1, 1000000, False)
1295 self.multitest['delay'] = getArgInt('multi: n d (delay between tests)', d, 0, 3600, False)
6070 def getArgInt(name, args, min, max, main=True): function
6519 sysvals.cgtest = getArgInt('cgtest', value, 0, 1, False)
6550 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False)
6552 sysvals.predelay = getArgInt('predelay', value, 0, 60000, False)
6554 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)
6556 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False)
6562 sysvals.rtcwaketime = getArgInt('rtcwake', value, 0, 3600, False)
6564 sysvals.setPrecision(getArgInt('timeprec', value, 0, 6, False))
[all …]
Dbootgraph.py946 sysvals.setPrecision(aslib.getArgInt('-timeprec', args, 0, 6))
949 sysvals.max_graph_depth = aslib.getArgInt('-maxdepth', args, 0, 1000)