Searched refs:testrun (Results 1 – 4 of 4) sorted by relevance
104 testrun() { function139 testrun146 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 \
3250 testrun = []3252 testrun.append(TestRun(data))3287 data = testrun[testidx].data3306 if(pid not in testrun[testidx].ftemp):3307 testrun[testidx].ftemp[pid] = []3308 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3310 cg = testrun[testidx].ftemp[pid][-1]3313 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3315 testrun[testidx].ftemp[pid][-1].addLine(t)3318 for test in testrun:[all …]
140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);