Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:testlog
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H
A
D
ftracetest
383
local
testlog
=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
385
local
testlog
=/proc/self/fd/1
389
echo "execute$INSTANCE: "$1 > $
testlog
396
__run_test $1 | tee -a $
testlog
2>&1
398
__run_test $1 2>> $
testlog
| tee -a $
testlog
400
__run_test $1 >> $
testlog
2>&1
405
[ $KEEP_LOG -eq 0 -a ! -z "$LOG_FILE" ] && rm $
testlog
407
[ $VERBOSE -eq 1 -o $VERBOSE -eq 2 ] && catlog $
testlog
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H
A
D
ftracetest
426
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
/kernel/linux/linux-5.10/tools/testing/ktest/
H
A
D
ktest.pl
168
my $
testlog
;
1738
"
testlog
" => $
testlog
,
2719
run_command $run_test, $
testlog
;
4384
$
testlog
= "$tmpdir/
testlog
-$machine";
4445
unlink $
testlog
;
/kernel/linux/linux-6.6/tools/testing/ktest/
H
A
D
ktest.pl
168
my $
testlog
;
1796
"
testlog
" => $
testlog
,
2775
run_command $run_test, $
testlog
;
4392
$
testlog
= "$tmpdir/
testlog
-$machine";
4453
unlink $
testlog
;
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
bootgraph.py
684
if sysvals.
testlog
and sysvals.logmsg:
685
hf.write('<div id="
testlog
" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
H
A
D
sleepgraph.py
92
testlog
= True
variable in SystemValues
2570
if sv.logmsg and sv.
testlog
:
4679
if sysvals.
testlog
and sysvals.logmsg:
4680
hf.write('<div id="
testlog
" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
bootgraph.py
686
if sysvals.
testlog
and sysvals.logmsg:
687
hf.write('<div id="
testlog
" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
H
A
D
sleepgraph.py
98
testlog
= True
variable in SystemValues
2758
if sv.logmsg and sv.
testlog
:
4933
if sysvals.
testlog
and sysvals.logmsg:
4934
hf.write('<div id="
testlog
" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
Completed in 27 milliseconds