Home
last modified time | relevance | path

Searched refs:testrun (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/build_perf/
H A Dreport.py162 for testrun in metadata[1:]:
163 aggregate_obj(aggregate, testrun)
223 for testrun in data:
224 aggregate_obj(aggregate, testrun)
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dbootgraph.py890 testrun = True variable
964 testrun = False variable
977 testrun = False variable
1019 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 \
H A Dsleepgraph.py3074 testrun = []
3076 testrun.append(TestRun(data))
3111 data = testrun[testidx].data
3130 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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A D0001-syscalls-pread02-extend-buffer-to-avoid-glibc-overflow-detection.patch25 #11 testrun () at tst_test.c:1331
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch55 @@ -420,6 +429,16 @@ others: $(common-objpfx)testrun.sh $(common-objpfx)debugglibc.sh
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dtcm.rst140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);