Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py2959 def appendIncompleteTraceLog(testruns): argument
2961 testcnt = len(testruns)
2964 for data in testruns:
3094 testruns = []
3147 testruns.append(testrun)
3361 for test in testruns:
3385 for i in range(len(testruns)):
3386 test = testruns[i]
3390 if i < len(testruns) - 1:
3391 tle = testruns[i+1].data.start
[all …]