Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/ftrace/
Dftracetest273 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX`
275 local testlog=/proc/self/fd/1
279 echo "execute$INSTANCE: "$1 > $testlog
284 __run_test $1 | tee -a $testlog 2>&1
286 __run_test $1 2>> $testlog | tee -a $testlog
288 __run_test $1 >> $testlog 2>&1
293 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
295 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog
/Linux-v4.19/tools/testing/ktest/
Dktest.pl160 my $testlog;
1678 "testlog" => $testlog,
2645 run_command $run_test, $testlog;
4275 $testlog = "$tmpdir/testlog-$machine";
4327 unlink $testlog;
/Linux-v4.19/tools/power/pm-graph/
Dbootgraph.py679 if sysvals.testlog and sysvals.logmsg:
Dsleepgraph.py79 testlog = True variable in SystemValues
2033 if sv.logmsg and sv.testlog:
3996 if sysvals.testlog and sysvals.logmsg: