Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/pm-graph/
Dsleepgraph.py3246 def appendIncompleteTraceLog(testruns): argument
3248 testcnt = len(testruns)
3251 for data in testruns:
3423 testruns, testdata = [], []
3442 testruns.append(testrun)
3704 for test in testruns:
3728 for i in range(len(testruns)):
3729 test = testruns[i]
3733 if i < len(testruns) - 1:
3734 tle = testruns[i+1].data.start
[all …]