Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/pm-graph/
Dsleepgraph.py3070 def appendIncompleteTraceLog(testruns): argument
3072 testcnt = len(testruns)
3075 for data in testruns:
3193 testruns, testdata = [], []
3231 testruns.append(testrun)
3473 for test in testruns:
3497 for i in range(len(testruns)):
3498 test = testruns[i]
3502 if i < len(testruns) - 1:
3503 tle = testruns[i+1].data.start
[all …]