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 \
2963 testrun = []2965 testrun.append(TestRun(data))3013 data = testrun[testidx].data3032 if(pid not in testrun[testidx].ftemp):3033 testrun[testidx].ftemp[pid] = []3034 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3036 cg = testrun[testidx].ftemp[pid][-1]3039 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))3041 testrun[testidx].ftemp[pid][-1].addLine(t)3044 for test in testrun:[all …]
140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);