Searched refs:testrun (Results 1 – 6 of 6) sorted by relevance
126 testrun() { function159 testrun166 testrun
162 for testrun in metadata[1:]:163 aggregate_obj(aggregate, testrun)223 for testrun in data:224 aggregate_obj(aggregate, testrun)
892 testrun = True variable966 testrun = False variable979 testrun = False variable1021 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:1023 if (testrun and sysvals.useftrace) or cmd == 'flistall':1069 if testrun:1096 if testrun and os.path.isdir(sysvals.testdir) and \
3270 testrun = []3272 testrun.append(TestRun(data))3307 data = testrun[testidx].data3326 if(pid not in testrun[testidx].ftemp):3327 testrun[testidx].ftemp[pid] = []3328 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3330 cg = testrun[testidx].ftemp[pid][-1]3333 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3335 testrun[testidx].ftemp[pid][-1].addLine(t)3338 for test in testrun:[all …]
55 @@ -421,6 +430,16 @@ others: $(common-objpfx)testrun.sh $(common-objpfx)debugglibc.sh
140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);