/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | do-plot | 32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE) 65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | do-plot | 32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE) 65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | do-plot | 32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE) 65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | do-plot | 32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE) 65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
H A D | do-plot | 32 if ! cols=$(grep "#[ ]*COLUMNS" $FILE) 65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | get_markupsafe.sh | 44 if ! grep --extended-regex --line-regex --silent \ 71 if ! grep --extended-regex --line-regex --silent \
|
/third_party/alsa-utils/alsa-info/ |
H A D | alsa-info.sh | 38 REQUIRES=(mktemp grep pgrep awk date uname cat sort dmesg amixer alsactl) 49 REMOTE_VERSION=$(grep SCRIPT_VERSION $SHFILE | head -n1 | sed 's/.*=//') 236 dmesg | grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|audio|hda.codec|hda.intel' >> "$FILE" 255 } | grep -E "$PATTERN" 274 ALSA_LIB_VERSION="$(grep VERSION_STR /usr/include/alsa/version.h 2>/dev/null | awk '{ print $3 }' | sed 's/"//g')" 322 SYSFS="$(mount | grep sysfs | awk '{ print $3 }')" 417 DISTRO=$(grep -ihs "buntu\|SUSE\|Fedora\|PCLinuxOS\|MEPIS\|Mandriva\|Debian\|Damn\|Sabayon\|Slackware\|KNOPPIX\|Gentoo\|Zenwalk\|Mint\|Kubuntu\|FreeBSD\|Puppy\|Freespire\|Vector\|Dreamlinux\|CentOS\|Arch\|Xandros\|Elive\|SLAX\|Red\|BSD\|KANOTIX\|Nexenta\|Foresight\|GeeXboX\|Frugalware\|64\|SystemRescue\|Novell\|Solaris\|BackTrack\|KateOS\|Pardus\|ALT" /etc/{issue,*release,*version}) 862 if ! wget --help 2>/dev/null | grep -q post-file; then 971 grep -v alsa-info.txt "$FILE" > "$TEMPDIR/uploaded.txt" 986 FINAL_URL="$(grep 'SUCCES [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 33 grep buffer | sed 's/ \+/ /g' | cut -d' ' -f 2- 39 grep enabled | sed 's/ \+/ /g' | cut -d' ' -f 2- 57 __mlnx_qos -i $swp | grep Receive | sed 's/.*: //' | cut -d, -f $((idx + 1)) 62 __mlnx_qos -i $swp | grep Receive | sed 's/.*total_size=//'
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | lock_contention.sh | 30 if ! perf list | grep -q lock:contention_begin; then 130 if [ "$(grep -c -v spinlock "${result}")" != "0" ]; then 141 if [ "$(grep -c -v spinlock "${result}")" != "0" ]; then 152 if [ "$(grep -c tasklist_lock "${result}")" != "1" ]; then 162 if [ "$(grep -c -v "${test_lock_filter_type}" "${result}")" != "0" ]; then 173 if [ "$(grep -c -v "${test_lock_filter_type}" "${result}")" != "0" ]; then 184 if [ "$(grep -c unix_stream "${result}")" = "0" ]; then 212 if [ "$(grep -c unix_stream "${result}")" = "0" ]; then 242 header=$(grep "# output:" ${result} | tr -d -c , | wc -c) 249 output=$(grep [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | fib_notifications.sh | 34 head -n 1 $outfile | grep -q "rt_offload_failed" 39 head -n 2 $outfile | tail -n 1 | grep -q "rt_offload_failed" 49 head -n 1 $outfile | grep -q "rt_trap" 54 head -n 2 $outfile | tail -n 1 | grep -q "rt_trap"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/ |
H A D | tc_flower_chains.sh | 205 tcpdump_show $h2 | grep -q "$h1_mac > $h2_mac, ethertype IPv4" 228 tcpdump_show $h1.100 | grep -q "$h2_mac > $h1_mac" 261 tcpdump_show $h2 | grep -q "$h1_mac > $h2_mac, .* vlan 300" 301 tcpdump_show $h2 | grep -q "$h1_mac > $h2_mac, .* vlan 300"
|
H A D | psfp.sh | 226 grep 'RX hw 0.000000000' | \ 248 grep -v 'HW RX timestamp 0.000000000' 279 grep -w -v '0' | wc -l)
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_lwt_bpf.sh | 25 CONTEXT_INFO=$(cat ${TRACE_ROOT}/trace_options | grep context) 31 MAC=$(ip netns exec $2 ip link show $1 | grep ether | awk '{print $2}') 33 MAC=$(ip link show $1 | grep ether | awk '{print $2}') 69 cat ${TRACE_ROOT}/trace | grep -v '^#'
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 113 if ! lsmod | grep -q mce_inject; then 212 i=`grep id:.*:initdefault $mnt/etc/inittab |cut -d':' -f2` 308 ./page-types -p $QEMU_PID -LN -b anon | grep $HOST_VIRT > $host_tmp 333 cat $serial_console_output | grep "MCE $GUEST_PHY_KLOG"
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 63 if [ -f $cpu/online ] && grep -q $state $cpu/online; then 81 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online 86 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/ocelot/ |
H A D | tc_flower_chains.sh | 215 if tcpdump_show | grep -q "$eth3_mac > $eth2_mac, ethertype IPv4"; then 236 if tcpdump_show | grep -q "$eth2_mac > $eth3_mac"; then 267 if tcpdump_show | grep -q "$eth3_mac > $eth2_mac, .* vlan 300"; then
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | rpath.sh | 96 ip netns exec "$ns2" "$1" -t raw -vS | grep -q -- "-m rpfilter -c 0 0" 101 grep -q -- "-m rpfilter --invert -c 0 0" 106 grep -q "$1 saddr .* counter packets 0 bytes 0"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 43 ss -h | grep -q MPTCP 91 __chk_msk_nr "grep -c token:" "$@" 96 local condition="grep -c token:" 132 __chk_msk_nr "grep -c fallback" "$@" 137 __chk_msk_nr "grep -c remote_key" "$@" 146 __chk_nr "ss -N $ns -Ml '$filter' | grep -c LISTEN" "$expected" "$msg" 0 176 listen_nr=$(ss -N "${ns}" -Ml | grep -c LISTEN) 229 ip netns exec ${listener_ns} grep -q " 0100007F:${port_hex} " /proc/net/tcp && break
|
/kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 52 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "` 54 if ! grep -wq debugfs /proc/mounts; then 58 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_lib.sh | 58 total_nodes=`ls /sys/devices/system/node/ | grep -c "node[0-9][0-9]*"` 167 item_size=$(grep -w $1 memory.stat | cut -d " " -f 2) 321 grep -q 'Z (zombie)' "/proc/$MEMCG_PROCESS_PID/status"; then
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 131 device_type=$(xcrun simctl list devicetypes | grep \.iPhone- | tail -1 | sed 's/.*(\(.*\))/\1/') 135 runtime=$(xcrun simctl list runtimes | grep \.iOS- | tail -1 | \ 158 removed_methods=$(echo "$diff_out" | grep '^>.*$') 176 echo "$(echo "$diff_out" | grep '^<.*$' | sed -e 's/^< "\(.*\)",$/ \1/')"
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | Makefile | 9 grep -oE '^LIBBPF_([0-9.]+)' $(VERSION_SCRIPT) | \ 135 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l) 198 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \ 207 HDR_MAJ_VERSION := $(shell grep -oE '^$(pound)define LIBBPF_MAJOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3) 208 HDR_MIN_VERSION := $(shell grep -oE '^$(pound)define LIBBPF_MINOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3)
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | Makefile | 85 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) 86 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF) 87 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm') 90 $(LLVM_READELF) -S ./llvm_btf_verify.o | grep BTF; \ 192 $(shell $(1) -dM -E - </dev/null | grep '#define __riscv_xlen ' | sed 's/#define /-D/' | sed 's/ /=/')
|
/third_party/musl/scripts/ |
H A D | runtest_linux.sh | 75 TOTAL_SO_IN_TESTDIR=$(ls ${TESTDIR} | grep -E "*.so$" | wc -l) 76 SO_NAMES=$(ls ${TESTDIR} | grep -E "*.so$") 169 all=$(ls -l ${TESTDIR} | grep "^-" | wc -l) 171 run=$(cat -t ${SHDIR}/FileList.txt | grep -v ^\s*$ | wc -l) 173 fail=$(cat -t ${SHDIR}/REPORT | grep 'FAIL ' | wc -l) 188 $(cat -t ${SHDIR}/REPORT | grep 'FAIL ')
|
/third_party/ltp/testcases/lib/ |
H A D | tst_test.sh | 260 echo "$output" | grep -q "LTP_ERR" || return 0 263 echo "$output" | grep -q "$msg" && tst_brk TCONF "'$@': $msg" 321 if ! echo "$mntpoint" | grep -q ^/; then 325 if ! grep -q "${mntpoint%/}" /proc/mounts; then 456 echo "$1" | grep -Eq '^[-+]?[0-9]+\.?[0-9]*$' 665 for _tst_i in $(grep '^[^#]*\bTST_' "$TST_TEST_PATH" | sed "s/.*TST_//; s/$_tst_pattern//"); do 686 for _tst_i in $(grep '^[^#]*\b_tst_' "$TST_TEST_PATH" | sed "s/.*_tst_//; s/$_tst_pattern//"); do 866 if ! grep -q tst_run "$TST_TEST_PATH"; then
|