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_DIR
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_xdp_redirect_multi.sh
34
LOG_DIR
=$(mktemp -d)
109
ip netns exec ${NS[2]} tcpdump -e -i veth0 -nn -l -e &> ${
LOG_DIR
}/mac_ns1-2_${mode}.log &
110
ip netns exec ${NS[3]} tcpdump -e -i veth0 -nn -l -e &> ${
LOG_DIR
}/mac_ns1-3_${mode}.log &
117
grep -q "${veth_mac[2]} > ff:ff:ff:ff:ff:ff" ${
LOG_DIR
}/mac_ns1-2_${mode}.log && \
119
grep -q "${veth_mac[3]} > ff:ff:ff:ff:ff:ff" ${
LOG_DIR
}/mac_ns1-3_${mode}.log && \
130
ip netns exec ${NS[1]} tcpdump -i veth0 -nn -l -e &> ${
LOG_DIR
}/ns1-1_${mode}.log &
131
ip netns exec ${NS[2]} tcpdump -i veth0 -nn -l -e &> ${
LOG_DIR
}/ns1-2_${mode}.log &
132
ip netns exec ${NS[3]} tcpdump -i veth0 -nn -l -e &> ${
LOG_DIR
}/ns1-3_${mode}.log &
144
[ $(grep -cF "who-has 192.0.2.254" ${
LOG_DIR
}/ns1-1_${mode}.log) -eq 4 ] && \
147
[ $(grep -cF "who-has 192.0.2.254" ${
LOG_DIR
}/ns
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/
H
A
D
common_tests
60
LOG_DIR
=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
64
LOG_FILE=$
LOG_DIR
/`basename $0`.log
65
mkdir -p $
LOG_DIR
|| errexit "Failed to make a log directory: $
LOG_DIR
"
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H
A
D
common_tests
60
LOG_DIR
=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
64
LOG_FILE=$
LOG_DIR
/`basename $0`.log
65
mkdir -p $
LOG_DIR
|| errexit "Failed to make a log directory: $
LOG_DIR
"
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H
A
D
ftracetest
127
LOG_DIR
=$2
187
LOG_DIR
=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
205
if [ "x$
LOG_DIR
" = "x-" ]; then
209
LOG_FILE=$
LOG_DIR
/ftracetest.log
210
mkdir -p $
LOG_DIR
|| errexit "Failed to make a log directory: $
LOG_DIR
"
383
local testlog=`mktemp $
LOG_DIR
/${CASENO}-${testname}-log.XXXXXX`
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H
A
D
ftracetest
132
LOG_DIR
=$2
195
LOG_DIR
=$LOG_TOP_DIR/$LOG_DATE/
215
if [ "x$
LOG_DIR
" = "x-" ]; then
219
LOG_FILE=$
LOG_DIR
/ftracetest.log
220
mkdir -p $
LOG_DIR
|| errexit "Failed to make a log directory: $
LOG_DIR
"
426
local testlog=`mktemp $
LOG_DIR
/${CASENO}-${testname}-log.XXXXXX`
Completed in 2 milliseconds