Home
last modified time | relevance | path

Searched refs:grep (Results 451 - 475 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh41 grep '^[0-9]' "$in" | sort -n | (
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/
H A Dsyscalltbl.sh22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug08.sh55 local ashmem_info_lines=$(cat /proc/$pid/smaps | grep ashmem | wc -l)
H A Dmem_debug09.sh30 zcat /proc/config.gz | grep CONFIG_RECLAIM_ACCT=y || tst_res TCONF "CONFIG_RECLAIM_ACCT=y not satisfied!"
/kernel/linux/build/test/tracepointtest/
H A Dtracepointtestko.sh47 dmesg | grep $i >/dev/null
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
H A Dsyscalltbl.sh22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
/kernel/linux/linux-5.10/tools/time/
H A Dudelay_test.sh53 count=`grep -c FAIL $tmp_file`
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh39 grep -q 'EEH Subsystem is enabled' /proc/powerpc/eeh
/kernel/linux/linux-5.10/scripts/
H A Dextract-vmlinux27 # "grep" that report the byte offset of the line instead of the pattern.
30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
H A Dstackdelta52 my @common = sort grep {exists $new->{$_}} keys %$old;
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh24 grep '^[0-9]' "$in" | sort -n > $sorted_table
/kernel/linux/linux-5.10/tools/perf/tests/shell/lib/
H A Dprobe_vfs_getname.sh3 perf probe -l 2>&1 | grep -q probe:vfs_getname
/kernel/linux/linux-6.6/tools/memory-model/scripts/
H A Drunlitmushist.sh40 if ! grep -q '^Observation ' $LKMM_DESTDIR/$1$2.out
66 print "echo `grep " q "^P[0-9]" b "+(" q " " $0 " | tail -1 | sed -e " q "s/^P" b "([0-9]" b "+" b ")(.*$/" b "1/" q "` " $0
84 if grep -q '!!!' $T/*.sh.out
87 grep '!!!' $T/*.sh.out 1>&2
88 nfail="`grep '!!!' $T/*.sh.out | wc -l`"
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh29 grep -E " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
H A Dtest_arm_callgraph_fp.sh5 lscpu | grep -q "aarch64" || exit 2
/kernel/linux/linux-6.6/tools/perf/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh24 grep '^[0-9]' "$in" | sort -n > $sorted_table
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dva_high_addr_switch.sh30 local pg_table_levels=$(gzip -dcfq "${config}" | grep PGTABLE_LEVELS | cut -d'=' -f 2)
/kernel/linux/linux-6.6/scripts/dummy-tools/
H A Dgcc89 if ! test -t 0 && ! grep -q notrace; then
/kernel/linux/linux-6.6/scripts/
H A Dextract-vmlinux27 # "grep" that report the byte offset of the line instead of the pattern.
30 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
H A Dstackdelta52 my @common = sort grep {exists $new->{$_}} keys %$old;
/kernel/linux/linux-6.6/tools/rcu/
H A Dextract-stall.sh47 }' < "$1" | tr -d '\015' | grep -v clocksource
/kernel/linux/linux-6.6/tools/testing/ktest/examples/bootconfigs/
H A Dverify-functiongraph.sh30 if ! grep -q "$val" $file ; then
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
/kernel/linux/linux-6.6/tools/time/
H A Dudelay_test.sh53 count=`grep -c FAIL $tmp_file`

Completed in 7 milliseconds

1...<<11121314151617181920>>...35