Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/ftrace/
Dftracetest375 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
377 local testlog=/proc/self/fd/1
381 echo "execute$INSTANCE: "$1 > $testlog
388 __run_test $1 | tee -a $testlog 2>&1
390 __run_test $1 2>> $testlog | tee -a $testlog
392 __run_test $1 >> $testlog 2>&1
397 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
399 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/kprobe/
Dmultiple_kprobes.tc28 cat kprobe_events >> $testlog
/linux-6.1.9/tools/testing/ktest/
Dktest.pl168 my $testlog;
1786 "testlog" => $testlog,
2755 run_command $run_test, $testlog;
4369 $testlog = "$tmpdir/testlog-$machine";
4430 unlink $testlog;
/linux-6.1.9/tools/power/pm-graph/
Dbootgraph.py686 if sysvals.testlog and sysvals.logmsg:
Dsleepgraph.py98 testlog = True variable in SystemValues
2738 if sv.logmsg and sv.testlog:
4911 if sysvals.testlog and sysvals.logmsg: