Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ftrace/
H A Dftracetest432 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
434 local testlog=/proc/self/fd/1
438 echo "execute$INSTANCE: "$1 > $testlog
445 __run_test $1 | tee -a $testlog 2>&1
447 __run_test $1 2>> $testlog | tee -a $testlog
449 __run_test $1 >> $testlog 2>&1
454 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
456 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_insn_boundary.tc11 cat kprobe_events >> $testlog
H A Dmultiple_kprobes.tc28 cat kprobe_events >> $testlog
/linux/tools/testing/ktest/
H A Dktest.pl168 my $testlog;
1810 "testlog" => $testlog,
2790 run_command $run_test, $testlog;
4407 $testlog = "$tmpdir/testlog-$machine";
4468 unlink $testlog;
/linux/tools/power/pm-graph/
H A Dbootgraph.py686 if sysvals.testlog and sysvals.logmsg:
H A Dsleepgraph.py98 testlog = True variable in SystemValues
2758 if sv.logmsg and sv.testlog:
4934 if sysvals.testlog and sysvals.logmsg: