Searched refs:testrun (Results 1 – 3 of 3) sorted by relevance
890 testrun = True variable964 testrun = False variable977 testrun = False variable1019 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:1021 if (testrun and sysvals.useftrace) or cmd == 'flistall':1067 if testrun:1094 if testrun and os.path.isdir(sysvals.testdir) and \
3156 testrun = []3158 testrun.append(TestRun(data))3193 data = testrun[testidx].data3212 if(pid not in testrun[testidx].ftemp):3213 testrun[testidx].ftemp[pid] = []3214 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3216 cg = testrun[testidx].ftemp[pid][-1]3219 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3221 testrun[testidx].ftemp[pid][-1].addLine(t)3224 for test in testrun:[all …]
140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);