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 \
3074 testrun = []3076 testrun.append(TestRun(data))3111 data = testrun[testidx].data3130 if(pid not in testrun[testidx].ftemp):3131 testrun[testidx].ftemp[pid] = []3132 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3134 cg = testrun[testidx].ftemp[pid][-1]3137 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3139 testrun[testidx].ftemp[pid][-1].addLine(t)3142 for test in testrun:[all …]
140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);