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:LOG_FILE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H
A
D
ftracetest
206
LOG_FILE
=
209
LOG_FILE
=$LOG_DIR/ftracetest.log
211
date > $
LOG_FILE
241
[ "$
LOG_FILE
" ] && printf "$*$newline" | strip_esc >> $
LOG_FILE
245
[ "$
LOG_FILE
" ] && cat $1 | strip_esc >> $
LOG_FILE
382
if [ ! -z "$
LOG_FILE
" ] ; then
393
elif [ -z "$
LOG_FILE
" ]; then
405
[ $KEEP_LOG -eq 0 -a ! -z "$
LOG_FILE
" ]
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H
A
D
ftracetest
216
LOG_FILE
=
219
LOG_FILE
=$LOG_DIR/ftracetest.log
221
date > $
LOG_FILE
255
[ "$
LOG_FILE
" ] && printf "$*$newline" | strip_esc >> $
LOG_FILE
259
[ "$
LOG_FILE
" ] && cat $1 | strip_esc >> $
LOG_FILE
425
if [ ! -z "$
LOG_FILE
" ] ; then
436
elif [ -z "$
LOG_FILE
" ]; then
448
[ $KEEP_LOG -eq 0 -a ! -z "$
LOG_FILE
" ]
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
ima_setup.sh
11
LOG_FILE
="$(mktemp /tmp/ima_setup.XXXX.log)"
147
trap 'catch "$?" "${
LOG_FILE
}"' EXIT
152
exec 3>&2 1>"${
LOG_FILE
}" 2>&1
156
rm -f "${
LOG_FILE
}"
H
A
D
verify_sig_setup.sh
9
LOG_FILE
="$(mktemp /tmp/verify_sig_setup.log.XXXXXX)"
95
trap 'catch "$?" "${
LOG_FILE
}"' EXIT
100
exec 3>&2 1>"${
LOG_FILE
}" 2>&1
104
rm -f "${
LOG_FILE
}"
H
A
D
vmtest.sh
43
LOG_FILE
="${LOG_FILE_BASE}.log"
204
} 2>&1 | tee "/root/${
LOG_FILE
}"
260
local log_file="${mount_dir}/root/${
LOG_FILE
}"
430
echo "Logs saved in ${OUTPUT_DIR}/${
LOG_FILE
}"
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/
H
A
D
common_tests
64
LOG_FILE
=$LOG_DIR/`basename $0`.log
66
date > $
LOG_FILE
68
/bin/echo "$@" | tee -a $
LOG_FILE
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H
A
D
common_tests
64
LOG_FILE
=$LOG_DIR/`basename $0`.log
66
date > $
LOG_FILE
68
/bin/echo "$@" | tee -a $
LOG_FILE
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
vmtest.sh
25
LOG_FILE
="${LOG_FILE_BASE}.log"
118
touch ${OUTPUT_DIR}/${
LOG_FILE
}
119
command="mount bpffs -t bpf /sys/fs/bpf/; set -o pipefail ; ${command} 2>&1 | tee ${OUTPUT_DIR}/${
LOG_FILE
}"
120
post_command="cat ${OUTPUT_DIR}/${
LOG_FILE
}"
284
echo "Logs saved in ${OUTPUT_DIR}/${
LOG_FILE
}"
Completed in 3 milliseconds