Lines Matching refs:test
1222 for test in testrun:
1225 for name in test.ttemp:
1226 for event in test.ttemp[name]:
1230 if(begin < test.data.start):
1231 test.data.setStart(begin)
1233 if(end > test.data.end):
1234 test.data.setEnd(end)
1235 test.data.newActionGlobal(name, begin, end)
1238 for pid in test.ftemp:
1239 for cg in test.ftemp[pid]:
1247 for p in test.data.phases:
1248 if(test.data.dmesg[p]['start'] <= callstart and
1249 callstart <= test.data.dmesg[p]['end']):
1250 list = test.data.dmesg[p]['list']
1260 test.data.printDetails()
1513 for test in testruns:
1516 for name in test.ttemp:
1517 for event in test.ttemp[name]:
1521 if(begin < test.data.start):
1522 test.data.setStart(begin)
1524 if(end > test.data.end):
1525 test.data.setEnd(end)
1526 test.data.newActionGlobal(name, begin, end)
1533 for pid in test.ftemp:
1534 for cg in test.ftemp[pid]:
1546 list = test.data.dmesg[p]['list']
1556 for p in test.data.phases:
1557 if(test.data.dmesg[p]['start'] <= callstart and
1558 callstart <= test.data.dmesg[p]['end']):
1559 list = test.data.dmesg[p]['list']