Home
last modified time | relevance | path

Searched refs:grep (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/Linux-v6.1/tools/testing/selftests/ftrace/test.d/dynevent/
Dgeneric_clear_event.tc17 grep -q myevent1 dynamic_events
18 grep -q myevent2 dynamic_events
19 grep -q latency1 dynamic_events
20 grep -q latency2 dynamic_events
26 ! grep -q myevent1 dynamic_events
27 grep -q myevent2 dynamic_events
28 grep -q latency1 dynamic_events
29 grep -q latency2 dynamic_events
32 grep -q myevent2 dynamic_events
33 ! grep -q latency1 dynamic_events
[all …]
Dadd_remove_eprobe.tc17 grep -q "$EPROBE" dynamic_events
24 content=`grep '^ *ls-' trace | grep 'file='`
25 nocontent=`grep '^ *ls-' trace | grep 'file=' | grep -v -e '"/' -e '"."' -e '(fault)' ` || true
37 ! grep -q "$EPROBE" dynamic_events
44 grep -q "$EPROBE" dynamic_events
47 ! grep -q "$EPROBE" dynamic_events
52 grep -q "$EPROBE" dynamic_events
55 ! grep -q "$EPROBE" dynamic_events
60 grep -q "$EPROBE" dynamic_events
63 ! grep -q "$EPROBE" dynamic_events
[all …]
Dclear_select_events.tc17 grep -q myevent1 dynamic_events
18 grep -q myevent2 dynamic_events
19 grep -q latency1 dynamic_events
20 grep -q latency2 dynamic_events
26 grep -q myevent1 dynamic_events
27 grep -q myevent2 dynamic_events
28 ! grep -q latency1 dynamic_events
29 ! grep -q latency2 dynamic_events
36 ! grep -q myevent1 dynamic_events
37 ! grep -q myevent2 dynamic_events
[all …]
/Linux-v6.1/tools/testing/selftests/livepatch/
Dtest-livepatch.sh58 grep 'live patched' /proc/cmdline > /dev/kmsg
59 grep 'live patched' /proc/meminfo > /dev/kmsg
63 grep 'live patched' /proc/cmdline > /dev/kmsg
64 grep 'live patched' /proc/meminfo > /dev/kmsg
69 grep 'live patched' /proc/cmdline > /dev/kmsg
70 grep 'live patched' /proc/meminfo > /dev/kmsg
75 grep 'live patched' /proc/cmdline > /dev/kmsg
76 grep 'live patched' /proc/meminfo > /dev/kmsg
119 grep 'live patched' /proc/cmdline > /dev/kmsg
120 grep 'live patched' /proc/meminfo > /dev/kmsg
[all …]
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/event/
Dtrace_printk.tc14 grep -q ": This .* trace_bputs" trace
15 grep -q ": This .* trace_puts" trace
16 grep -q ": This .* trace_bprintk" trace
17 grep -q ": This .* trace_printk" trace
19 grep -q ": (irq) .* trace_bputs" trace
20 grep -q ": (irq) .* trace_puts" trace
21 grep -q ": (irq) .* trace_bprintk" trace
22 grep -q ": (irq) .* trace_printk" trace
24 grep -q "This is a %s that will use trace_bprintk" printk_formats
25 grep -q "(irq) This is a static string that will use trace_bputs" printk_formats
Devent-pid.tc26 count=`cat trace | grep sched_switch | wc -l`
36 grep -q $mypid set_event_pid
41 count=`cat trace | grep sched_switch | grep -v "pid=$mypid" | wc -l`
54 count=`cat trace | grep sched_switch | grep -v "pid=$mypid" | wc -l`
/Linux-v6.1/samples/bpf/
Ddo_hbm_test.sh96 if mount | grep $BPFFS > /dev/null; then
258 begNetserverPid=`ps ax | grep netserver | grep --invert-match "grep" | \
322 r=`cat netperf.$id.$flow_cnt | grep -o "REMOTE_SEND_THROUGHPUT=[0-9]*" | grep -o "[0-9]*"`
324 r=`cat netperf.$id.$flow_cnt | grep -o "LOCAL_SEND_THROUGHPUT=[0-9]*" | grep -o "[0-9]*"`
337 delay=`grep "avg" ping.out | grep -o "= [0-9.]*/[0-9.]*" | grep -o "[0-9.]*$"`
347 rates=`grep receiver iperf.$id | grep -o "[0-9.]* Mbits" | grep -o "^[0-9]*"`
348 rate=`echo $rates | grep -o "[0-9]*$"`
358 delay=`grep "avg" ping.out | grep -o "= [0-9.]*/[0-9.]*" | grep -o "[0-9.]*$"`
368 …-c $host -p $port -i 0 -P 1 -f m -t $dur | grep receiver | grep -o "[0-9.]* Mbits" | grep -o "^[0-…
396 delay=`grep "avg" ping.out | grep -o "= [0-9.]*/[0-9.]*" | grep -o "[0-9.]*$"`
[all …]
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_args_user.tc6 grep -A10 "fetcharg:" README | grep -q 'ustring' || exit_unsupported
7 grep -A10 "fetcharg:" README | grep -q '\[u\]<offset>' || exit_unsupported
15 grep myevent kprobe_events | \
16 grep -q 'path=+0($arg2):ustring path2=+u0($arg2):string'
23 grep myevent trace | grep -q 'path="/dev/null" path2="/dev/null"'
32 grep myevent trace | grep -q 'path=(fault) path2=(fault)'
Dkprobe_ftrace.tc15 grep testprobe trace
16 ! grep "$FUNCTION_FORK <-" trace
22 grep testprobe trace
23 grep "$FUNCTION_FORK <-" trace
29 ! grep testprobe trace
30 grep "$FUNCTION_FORK <-" trace
37 grep testprobe trace
38 grep "$FUNCTION_FORK <-" trace
44 grep testprobe trace
45 ! grep "$FUNCTION_FORK <-" trace
Dkprobe_syntax_errors.tc10 if grep -q 'r\[maxactive\]' README; then
31 if grep -q '$arg<N>' README; then
41 grep -q "imm-value" README && \
43 grep -q "imm-string" README && \
50 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
58 if grep -q ' <type>\\\[<array-size>\\\]' README; then
81 if grep -q FTRACE ../kprobes/list ; then
88 if grep -q "Create/append/" README && grep -q "imm-value" README; then
101 if grep -q "place (kretprobe): .*%return.*" README; then
Dkprobe_args_comm.tc6 grep -A1 "fetcharg:" README | grep -q "\$comm" || exit_unsupported # this is too old
9 grep testprobe kprobe_events | grep -q 'comm=$comm'
14 grep testprobe trace | grep -q 'comm=".*"'
/Linux-v6.1/tools/testing/selftests/
Dkselftest_deps.sh115 l1_tests=$(grep -r --include=Makefile "^LDLIBS" | \
116 grep -v "VAR_LDLIBS" | awk -F: '{print $1}')
128 l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \
129 grep -v "VAR_LDLIBS" | awk -F: '{print $1}')
140 l3_tests=$(grep -r --include=Makefile "^VAR_LDLIBS" | \
141 grep -v "pkg-config" | awk -F: '{print $1}')
172 test_libs=$(grep --include=Makefile "^LDLIBS" $test | \
173 grep -v "VAR_LDLIBS" | \
183 test_libs=$(grep --include=Makefile ": LDLIBS" $test | \
184 grep -v "VAR_LDLIBS" | \
[all …]
/Linux-v6.1/tools/bootconfig/scripts/
Dftrace2bconf.sh26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
28 if ! grep -wq debugfs /proc/mounts; then
32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
50 if grep -qv "^#" $TRACEFS/set_graph_function $TRACEFS/set_graph_notrace ; then
89 grep "^hist" $1/trigger | grep -o ':[a-zA-Z0-9]*='
92 grep "^hist" $1/trigger | grep -o '$[a-zA-Z0-9]*'
96 test -f $1 & grep -q "1" $1
104 if grep -q "^hist:" $evdir/trigger; then
108 if echo $DEFINED_VARS $__vars | grep -vqw ${v#$}; then
116 grep -v "^#" $evdir/trigger | while read action active; do
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh30 if grep -Pq '\x00' < $file
41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file
43 nerrs=`grep --binary-files=text '!!!' $file |
67 grep --binary-files=text 'torture:.*ver:' $file |
96 if grep -q SUCCESS $file
105 if grep -q "_HOTPLUG:" $file
111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
126 n_badness=`grep -c Badness $file`
131 …n_warn=`grep -v 'Warning: unable to open an initial console' $file | grep -v 'Warning: Failed to a…
151 n_calltrace=`grep -c 'Call Trace:' $file`
[all …]
Dparse-build.sh24 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log
32 if grep -q "error:" < $F
35 grep "error:" < $F
39 grep warning: < $F > $T/warnings
40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings
41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings
42 grep "^ld: .*undefined reference to" $T/warnings | head -1 > $T/ldwarnings
Dconsole-badness.sh14 grep -v 'ODEBUG: ' |
15 grep -v 'This means that this is a DEBUG kernel and it is' |
16 grep -v 'Warning: unable to open an initial console' |
17 grep -v 'Warning: Failed to add ttynull console. No stdin, stdout, and stderr.*the init process!' |
18 grep -v 'NOHZ tick-stop error: Non-RCU local softirq work is pending, handler'
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-synthetic-eprobe.tc23 grep -q "$SYNTH" dynamic_events
24 grep -q "$EPROBE" dynamic_events
32 content=`grep '^ *ls-' trace | grep 'file='`
33 nocontent=`grep '^ *ls-' trace | grep 'file=' | grep -v -e '"/' -e '"."'` || true
48 ! grep -q "$SYNTH" dynamic_events
49 ! grep -q "$EPROBE" dynamic_events
Dtrigger-synthetic-event-syntax.tc30 grep "myevent[[:space:]]u64 var1" synthetic_events
44 grep "myevent[[:space:]]u64 var1; u64 var2" synthetic_events
46 grep "myevent[[:space:]]u64 var1; u64 var2" synthetic_events
48 grep "myevent[[:space:]]u64 var1; u64 var2" synthetic_events
67 grep "myevent[[:space:]]unsigned long var" synthetic_events
71 grep "myevent[[:space:]]char\[10\] var" synthetic_events
/Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/
Dpsample.sh74 grep -q -e "group 1234" $CAPTURE_FILE
81 grep -q -e "group 4321" $CAPTURE_FILE
87 grep -q -e "group 4321" $CAPTURE_FILE
105 grep -q -e "in-ifindex 1234" $CAPTURE_FILE
108 grep -q -e "out-ifindex 4321" $CAPTURE_FILE
114 grep -q -e "out-tc 5" $CAPTURE_FILE
120 grep -q -e "out-tc " $CAPTURE_FILE
127 grep -q -e "out-tc-occ " $CAPTURE_FILE
133 grep -q -e "out-tc-occ " $CAPTURE_FILE
139 grep -q -e "latency " $CAPTURE_FILE
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_bpftool_metadata.sh61 echo "$METADATA_PLAIN" | grep 'a = "foo"' > /dev/null
62 echo "$METADATA_PLAIN" | grep 'b = 1' > /dev/null
64 bpftool prog --json | grep '"metadata":{"a":"foo","b":1}' > /dev/null
66 bpftool map | grep 'metadata.rodata' > /dev/null
73 echo "$METADATA_PLAIN" | grep 'a = "bar"' > /dev/null
74 echo "$METADATA_PLAIN" | grep 'b = 2' > /dev/null
76 bpftool prog --json | grep '"metadata":{"a":"bar","b":2}' > /dev/null
78 bpftool map | grep 'metadata.rodata' > /dev/null
/Linux-v6.1/tools/memory-model/scripts/
Dcmplitmushist.sh21 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $1 > $T/oldout
22 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $2 > $T/newout
23 if cmp -s $T/oldout $T/newout && grep -q '^Observation' $1
30 grep '^Observation' $1 > $T/oldout
31 grep '^Observation' $2 > $T/newout
46 grep '^Observation' $1 | awk '{ print $3 }' > $T/oldout
47 grep '^Observation' $2 | awk '{ print $3 }' > $T/newout
64 grep '!!!' $T/cmpscript.out 1>&2
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_set_ftrace_file.tc27 if ! echo "$1" | grep -q "^$2\$"; then
30 echo "$1" | grep -v "^$2\$"
36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
37 dd100=`dd if=$FILTER bs=100 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
118 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
124 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
129 grep -v 'try.*lock$' $TMPDIR/expected > $TMPDIR/expected2
135 grep -v '^m.*lock$' $TMPDIR/expected > $TMPDIR/expected2
141 grep -v '^c.*unlock' $TMPDIR/expected > $TMPDIR/expected2
Dfgraph-filter-stack.tc43 count=`cat trace | grep '()' | grep -v schedule | wc -l`
50 count=`cat trace | grep 'schedule()' | wc -l`
60 count=`cat trace | grep '()' | grep -v schedule | wc -l`
66 count=`cat trace | grep 'schedule()' | wc -l`
/Linux-v6.1/tools/testing/selftests/lkdtm/
Drun.sh29 line=$(grep -E '^#?'"$test"'\b' tests.txt)
35 if ! grep -E -q '^'"$test"'$' "$TRIGGER" ; then
42 if echo "$line" | grep -q ' ' ; then
49 if echo "$test" | grep -q '^#' ; then
63 if echo "$expect" | grep -q '^repeat:' ; then
101 if grep -E -qi "$expect" "$LOG" ; then
105 if grep -E -qi XFAIL: "$LOG" ; then
/Linux-v6.1/tools/bootconfig/
Dtest-bootconfig.sh85 xfail grep -i "failed" $OUTFILE
86 xfail grep -i "error" $OUTFILE
120 xpass grep -q "bar" $OUTFILE
121 xpass grep -q "baz" $OUTFILE
122 xpass grep -q "qux" $OUTFILE
133 xfail grep -q "bar" $OUTFILE
134 xfail grep -q "baz" $OUTFILE
135 xpass grep -q "qux" $OUTFILE
142 xpass grep \'\"string\"\' $TEMPCONF

12345678910>>...21