Searched refs:grep (Results 1 – 25 of 518) sorted by relevance
12345678910>>...21
17 grep -q myevent1 dynamic_events18 grep -q myevent2 dynamic_events19 grep -q latency1 dynamic_events20 grep -q latency2 dynamic_events26 ! grep -q myevent1 dynamic_events27 grep -q myevent2 dynamic_events28 grep -q latency1 dynamic_events29 grep -q latency2 dynamic_events32 grep -q myevent2 dynamic_events33 ! grep -q latency1 dynamic_events[all …]
17 grep -q "$EPROBE" dynamic_events24 content=`grep '^ *ls-' trace | grep 'file='`25 nocontent=`grep '^ *ls-' trace | grep 'file=' | grep -v -e '"/' -e '"."' -e '(fault)' ` || true37 ! grep -q "$EPROBE" dynamic_events44 grep -q "$EPROBE" dynamic_events47 ! grep -q "$EPROBE" dynamic_events52 grep -q "$EPROBE" dynamic_events55 ! grep -q "$EPROBE" dynamic_events60 grep -q "$EPROBE" dynamic_events63 ! grep -q "$EPROBE" dynamic_events[all …]
17 grep -q myevent1 dynamic_events18 grep -q myevent2 dynamic_events19 grep -q latency1 dynamic_events20 grep -q latency2 dynamic_events26 grep -q myevent1 dynamic_events27 grep -q myevent2 dynamic_events28 ! grep -q latency1 dynamic_events29 ! grep -q latency2 dynamic_events36 ! grep -q myevent1 dynamic_events37 ! grep -q myevent2 dynamic_events[all …]
58 grep 'live patched' /proc/cmdline > /dev/kmsg59 grep 'live patched' /proc/meminfo > /dev/kmsg63 grep 'live patched' /proc/cmdline > /dev/kmsg64 grep 'live patched' /proc/meminfo > /dev/kmsg69 grep 'live patched' /proc/cmdline > /dev/kmsg70 grep 'live patched' /proc/meminfo > /dev/kmsg75 grep 'live patched' /proc/cmdline > /dev/kmsg76 grep 'live patched' /proc/meminfo > /dev/kmsg119 grep 'live patched' /proc/cmdline > /dev/kmsg120 grep 'live patched' /proc/meminfo > /dev/kmsg[all …]
14 grep -q ": This .* trace_bputs" trace15 grep -q ": This .* trace_puts" trace16 grep -q ": This .* trace_bprintk" trace17 grep -q ": This .* trace_printk" trace19 grep -q ": (irq) .* trace_bputs" trace20 grep -q ": (irq) .* trace_puts" trace21 grep -q ": (irq) .* trace_bprintk" trace22 grep -q ": (irq) .* trace_printk" trace24 grep -q "This is a %s that will use trace_bprintk" printk_formats25 grep -q "(irq) This is a static string that will use trace_bputs" printk_formats
26 count=`cat trace | grep sched_switch | wc -l`36 grep -q $mypid set_event_pid41 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`
96 if mount | grep $BPFFS > /dev/null; then258 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 …]
6 grep -A10 "fetcharg:" README | grep -q 'ustring' || exit_unsupported7 grep -A10 "fetcharg:" README | grep -q '\[u\]<offset>' || exit_unsupported15 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)'
15 grep testprobe trace16 ! grep "$FUNCTION_FORK <-" trace22 grep testprobe trace23 grep "$FUNCTION_FORK <-" trace29 ! grep testprobe trace30 grep "$FUNCTION_FORK <-" trace37 grep testprobe trace38 grep "$FUNCTION_FORK <-" trace44 grep testprobe trace45 ! grep "$FUNCTION_FORK <-" trace
10 if grep -q 'r\[maxactive\]' README; then31 if grep -q '$arg<N>' README; then41 grep -q "imm-value" README && \43 grep -q "imm-string" README && \50 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then58 if grep -q ' <type>\\\[<array-size>\\\]' README; then81 if grep -q FTRACE ../kprobes/list ; then88 if grep -q "Create/append/" README && grep -q "imm-value" README; then101 if grep -q "place (kretprobe): .*%return.*" README; then
6 grep -A1 "fetcharg:" README | grep -q "\$comm" || exit_unsupported # this is too old9 grep testprobe kprobe_events | grep -q 'comm=$comm'14 grep testprobe trace | grep -q 'comm=".*"'
115 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 …]
26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`28 if ! grep -wq debugfs /proc/mounts; then32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing50 if grep -qv "^#" $TRACEFS/set_graph_function $TRACEFS/set_graph_notrace ; then89 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" $1104 if grep -q "^hist:" $evdir/trigger; then108 if echo $DEFINED_VARS $__vars | grep -vqw ${v#$}; then116 grep -v "^#" $evdir/trigger | while read action active; do
30 if grep -Pq '\x00' < $file41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file43 nerrs=`grep --binary-files=text '!!!' $file |67 grep --binary-files=text 'torture:.*ver:' $file |96 if grep -q SUCCESS $file105 if grep -q "_HOTPLUG:" $file111 …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 …]
24 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log32 if grep -q "error:" < $F35 grep "error:" < $F39 grep warning: < $F > $T/warnings40 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings41 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings42 grep "^ld: .*undefined reference to" $T/warnings | head -1 > $T/ldwarnings
14 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'
23 grep -q "$SYNTH" dynamic_events24 grep -q "$EPROBE" dynamic_events32 content=`grep '^ *ls-' trace | grep 'file='`33 nocontent=`grep '^ *ls-' trace | grep 'file=' | grep -v -e '"/' -e '"."'` || true48 ! grep -q "$SYNTH" dynamic_events49 ! grep -q "$EPROBE" dynamic_events
30 grep "myevent[[:space:]]u64 var1" synthetic_events44 grep "myevent[[:space:]]u64 var1; u64 var2" synthetic_events46 grep "myevent[[:space:]]u64 var1; u64 var2" synthetic_events48 grep "myevent[[:space:]]u64 var1; u64 var2" synthetic_events67 grep "myevent[[:space:]]unsigned long var" synthetic_events71 grep "myevent[[:space:]]char\[10\] var" synthetic_events
74 grep -q -e "group 1234" $CAPTURE_FILE81 grep -q -e "group 4321" $CAPTURE_FILE87 grep -q -e "group 4321" $CAPTURE_FILE105 grep -q -e "in-ifindex 1234" $CAPTURE_FILE108 grep -q -e "out-ifindex 4321" $CAPTURE_FILE114 grep -q -e "out-tc 5" $CAPTURE_FILE120 grep -q -e "out-tc " $CAPTURE_FILE127 grep -q -e "out-tc-occ " $CAPTURE_FILE133 grep -q -e "out-tc-occ " $CAPTURE_FILE139 grep -q -e "latency " $CAPTURE_FILE[all …]
61 echo "$METADATA_PLAIN" | grep 'a = "foo"' > /dev/null62 echo "$METADATA_PLAIN" | grep 'b = 1' > /dev/null64 bpftool prog --json | grep '"metadata":{"a":"foo","b":1}' > /dev/null66 bpftool map | grep 'metadata.rodata' > /dev/null73 echo "$METADATA_PLAIN" | grep 'a = "bar"' > /dev/null74 echo "$METADATA_PLAIN" | grep 'b = 2' > /dev/null76 bpftool prog --json | grep '"metadata":{"a":"bar","b":2}' > /dev/null78 bpftool map | grep 'metadata.rodata' > /dev/null
21 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $1 > $T/oldout22 grep -v 'maxresident)k\|minor)pagefaults\|^Time' $2 > $T/newout23 if cmp -s $T/oldout $T/newout && grep -q '^Observation' $130 grep '^Observation' $1 > $T/oldout31 grep '^Observation' $2 > $T/newout46 grep '^Observation' $1 | awk '{ print $3 }' > $T/oldout47 grep '^Observation' $2 | awk '{ print $3 }' > $T/newout64 grep '!!!' $T/cmpscript.out 1>&2
27 if ! echo "$1" | grep -q "^$2\$"; then30 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/actual124 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected129 grep -v 'try.*lock$' $TMPDIR/expected > $TMPDIR/expected2135 grep -v '^m.*lock$' $TMPDIR/expected > $TMPDIR/expected2141 grep -v '^c.*unlock' $TMPDIR/expected > $TMPDIR/expected2
43 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`
29 line=$(grep -E '^#?'"$test"'\b' tests.txt)35 if ! grep -E -q '^'"$test"'$' "$TRIGGER" ; then42 if echo "$line" | grep -q ' ' ; then49 if echo "$test" | grep -q '^#' ; then63 if echo "$expect" | grep -q '^repeat:' ; then101 if grep -E -qi "$expect" "$LOG" ; then105 if grep -E -qi XFAIL: "$LOG" ; then
85 xfail grep -i "failed" $OUTFILE86 xfail grep -i "error" $OUTFILE120 xpass grep -q "bar" $OUTFILE121 xpass grep -q "baz" $OUTFILE122 xpass grep -q "qux" $OUTFILE133 xfail grep -q "bar" $OUTFILE134 xfail grep -q "baz" $OUTFILE135 xpass grep -q "qux" $OUTFILE142 xpass grep \'\"string\"\' $TEMPCONF