Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/ftrace/
Dftracetest426 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
428 local testlog=/proc/self/fd/1
432 echo "execute$INSTANCE: "$1 > $testlog
439 __run_test $1 | tee -a $testlog 2>&1
441 __run_test $1 2>> $testlog | tee -a $testlog
443 __run_test $1 >> $testlog 2>&1
448 [ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $testlog
450 [ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $testlog
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_insn_boundary.tc11 cat kprobe_events >> $testlog
Dmultiple_kprobes.tc28 cat kprobe_events >> $testlog
/linux-6.6.21/tools/testing/ktest/
Dktest.pl168 my $testlog;
1796 "testlog" => $testlog,
2775 run_command $run_test, $testlog;
4392 $testlog = "$tmpdir/testlog-$machine";
4453 unlink $testlog;
/linux-6.6.21/tools/power/pm-graph/
Dbootgraph.py686 if sysvals.testlog and sysvals.logmsg:
Dsleepgraph.py98 testlog = True variable in SystemValues
2758 if sv.logmsg and sv.testlog:
4933 if sysvals.testlog and sysvals.logmsg: