Searched refs:grep (Results 1 – 25 of 611) sorted by relevance
12345678910>>...25
23 if grep -q ': Unknown macro ' $1 || grep -q ': Unknown macro ' $225 if grep -q ': Unknown macro ' $127 badname=`grep ': Unknown macro ' $1 |32 if grep -q ': Unknown macro ' $234 badname=`grep ': Unknown macro ' $2 |41 elif grep -q '^Command exited with non-zero status 124' $1 ||42 grep -q '^Command exited with non-zero status 124' $244 if grep -q '^Command exited with non-zero status 124' $1 &&45 grep -q '^Command exited with non-zero status 124' $248 elif grep -q '^Command exited with non-zero status 124' $1[all …]
148 bridge mdb show dev br0 vid 10 | grep -q "$grp"155 bridge mdb show dev br0 vid 10 | grep -q "$grp"203 bridge mdb show dev br0 vid 10 | grep -q "$grp_key"211 bridge mdb show dev br0 vid 10 | grep -q "$grp_key"216 bridge -d mdb show dev br0 vid 10 | grep "$grp_key" | grep -q "static"221 bridge -d mdb show dev br0 vid 10 | grep "$grp_key" | grep -q "123"227 bridge mdb show dev br0 vid 10 | grep -q "$grp_key"229 bridge mdb show dev br0 vid 20 | grep -q "$grp_key"233 bridge mdb show dev br0 vid 10 | grep -q "$grp_key"235 bridge mdb show dev br0 vid 20 | grep -q "$grp_key"[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_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 …]
10 if grep -qF "p[:[<group>/][<event>]] <place> [<args>]" README ; then13 if grep -qF "f[:[<group>/][<event>]] <func-name>[%return] [<args>]" README ; then16 if grep -qF "<argname>[->field[->field|.field...]]" README ; then36 grep -q "fpevent.*object=object" dynamic_events37 grep -q "tpevent.*ptr=ptr" dynamic_events42 grep -q "fpevent.*object=object" dynamic_events49 grep -q "fpevent.*object=object" dynamic_events50 grep -q "tpevent.*ptr=ptr" dynamic_events51 ! grep -q "tpevent.*_data" dynamic_events61 grep -q "tpevent .*obj_size=s->object_size" 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 …]
44 grep -q "imm-value" README && \46 grep -q "imm-string" README && \53 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then61 if grep -q ' <type>\\\[<array-size>\\\]' README; then82 if grep -q "Create/append/" README && grep -q "imm-value" README; then98 if grep -q "<argname>" README; then107 if grep -qF "<argname>[->field[->field|.field...]]" README ; then
93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)121 l1_tests=$(grep -r --include=Makefile "^LDLIBS" | \122 grep -v "$filter" | awk -F: '{print $1}' | uniq)134 l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \135 grep -v "$filter" | awk -F: '{print $1}' | uniq)146 l3_tests=$(grep -r --include=Makefile "^VAR_LDLIBS" | \147 grep -v "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)156 l4_tests=$(grep -r --include=Makefile "^LDLIBS" | \157 grep "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)165 l5_tests=$(grep -r --include=Makefile "LDLIBS +=.*\$(IOURING_EXTRA_LIBS)" | \[all …]
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 |68 grep -E --binary-files=text -v '\(null\)|rtc: 000000000* ' |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 …grep -v 'Warning: unable to open an initial console' $file | grep -v 'Warning: Failed to add ttynu…[all …]
23 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log31 if grep -q "error:" < $F34 grep "error:" < $F38 grep warning: < $F > $T/warnings39 grep "include/linux/*rcu*\.h:" $T/warnings > $T/hwarnings40 grep "kernel/rcu/[^/]*:" $T/warnings > $T/cwarnings41 grep "^ld: .*undefined reference to" $T/warnings | head -1 > $T/ldwarnings
13 grep -E 'Badness|WARNING:|Warn|BUG|===========|BUG: KCSAN:|Call Trace:|Oops:|detected stalls on CPU…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'
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
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; then107 if grep -q "<argname>" README; then
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
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 …]
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
23 grep -E -q $regex ${arch_mman} && \24 (grep -E $regex ${arch_mman} | \27 grep -E -q $regex ${linux_mman} && \28 (grep -E $regex ${linux_mman} | \29 grep -E -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \33 grep -E -q '#[[:space:]]*include[[:space:]]+.*uapi/asm-generic/mman.*' ${arch_mman}) &&34 (grep -E $regex ${header_dir}/mman-common.h | \35 grep -E -vw 'MAP_(UNINITIALIZED|TYPE|SHARED_VALIDATE)' | \39 grep -E -q '#[[:space:]]*include[[:space:]]+.*uapi/asm-generic/mman.h>.*' ${arch_mman}) &&40 (grep -E $regex ${header_dir}/mman.h | \
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_events73 if grep -q 'long\[\]' README; then76 grep "myevent[[:space:]]unsigned long\[\] var" synthetic_events
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
37 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`38 misscnt=`grep kmem_cache_free trace| grep -v $target_func | wc -l`48 address=`grep " ${target_func}\$" /proc/kallsyms | cut -d' ' -f1`54 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`55 misscnt=`grep kmem_cache_free trace| grep -v $target_func | wc -l`
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 …]
33 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_foo\+[^ ]*/IND_CALL/.*$" $TMPDIR/perf.script34 grep -E -m1 "^brstack_foo\+[^ ]*/brstack_bar\+[^ ]*/CALL/.*$" $TMPDIR/perf.script35 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_foo\+[^ ]*/CALL/.*$" $TMPDIR/perf.script36 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_bar\+[^ ]*/CALL/.*$" $TMPDIR/perf.script37 grep -E -m1 "^brstack_bar\+[^ ]*/brstack_foo\+[^ ]*/RET/.*$" $TMPDIR/perf.script38 grep -E -m1 "^brstack_foo\+[^ ]*/brstack_bench\+[^ ]*/RET/.*$" $TMPDIR/perf.script39 grep -E -m1 "^brstack_bench\+[^ ]*/brstack_bench\+[^ ]*/COND/.*$" $TMPDIR/perf.script40 grep -E -m1 "^brstack\+[^ ]*/brstack\+[^ ]*/UNCOND/.*$" $TMPDIR/perf.script60 if grep -E -vm1 "^[^ ]*/($test_filter_expect|-|( *))/.*$" $TMPDIR/perf.script; then