Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/ftrace/
Dftracetest342 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
344 local testlog=/proc/self/fd/1
348 echo "execute$INSTANCE: "$1 > $testlog
355 __run_test $1 | tee -a $testlog 2>&1
357 __run_test $1 2>> $testlog | tee -a $testlog
359 __run_test $1 >> $testlog 2>&1
364 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
366 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog
/Linux-v5.4/tools/testing/ktest/
Dktest.pl164 my $testlog;
1701 "testlog" => $testlog,
2665 run_command $run_test, $testlog;
4297 $testlog = "$tmpdir/testlog-$machine";
4349 unlink $testlog;
/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py684 if sysvals.testlog and sysvals.logmsg:
Dsleepgraph.py91 testlog = True variable in SystemValues
2449 if sv.logmsg and sv.testlog:
4539 if sysvals.testlog and sysvals.logmsg: