Searched refs:testrun (Results 1 – 4 of 4) sorted by relevance
138 testrun() { function 171 testrun178 testrun
892 testrun = True variable 966 testrun = False variable 979 testrun = False variable 1021 if cmd or sysvals.reboot or sysvals.iscronjob or testrun:1023 if (testrun and sysvals.useftrace) or cmd == 'flistall':1068 # testrun: generate copies of the logs1069 if testrun:1096 if testrun and os.path.isdir(sysvals.testdir) and \
3294 testrun = []3296 testrun.append(TestRun(data))3331 data = testrun[testidx].data3350 if(pid not in testrun[testidx].ftemp):3351 testrun[testidx].ftemp[pid] = []3352 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3354 cg = testrun[testidx].ftemp[pid][-1]3357 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3359 testrun[testidx].ftemp[pid][-1].addLine(t)3362 for test in testrun[all...]
140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);