Home
last modified time | relevance | path

Searched refs:grep (Results 126 - 150 of 520) sorted by relevance

12345678910>>...21

/kernel/linux/build/test/moduletest/runtest/bin/rss_monitor_t/testcases/bin/
H A Drss_monitor02.sh27 zcat /proc/config.gz | grep CONFIG_RSS_THRESHOLD=y || tst_res TCONF "CONFIG_RSS_THRESHOLD=y not satisfied!"
34 pid=$(ps -ef | grep com.ohos.systemui | awk 'NR==1 {print $2}')
H A Drss_monitor03.sh27 zcat /proc/config.gz | grep CONFIG_RSS_THRESHOLD=y || tst_res TCONF "CONFIG_RSS_THRESHOLD=y not satisfied!"
34 pid=$(ps -ef | grep com.ohos.systemui | awk 'NR==1 {print $2}')
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/
H A Dmem_debug06.sh27 zcat /proc/config.gz | grep CONFIG_LOWMEM=y || tst_res TCONF "CONFIG_LOWMEM=y & CONFIG_LMKD_DBG=y not satisfied!"
28 zcat /proc/config.gz | grep CONFIG_LMKD_DBG=y || tst_res TCONF "CONFIG_LOWMEM=y & CONFIG_LMKD_DBG=y not satisfied!"
H A Dmem_debug10.sh30 zcat /proc/config.gz | grep CONFIG_LOWMEM=y || tst_res TCONF "CONFIG_LOWMEM=y not satisfied!"
31 zcat /proc/config.gz | grep CONFIG_LMKD_DBG=y || tst_res TCONF "CONFIG_LMKD_DBG=y not satisfied!"
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh15 echo "$1" | grep -q "torture\.onoff_"
28 if echo "$4" | grep -q -e "$5"
35 if echo "$4" | grep -q -e "$6"
48 echo $1 `grep -v '^#' "$2.boot" | tr '\012' ' '`
60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]'
85 if echo "${bootargs}" | grep -q 'maxcpus=[0-9]'
108 grep -q '^CONFIG_HOTPLUG_CPU=y$' "$1"
145 elif echo $u | grep -q x86-64
148 elif echo $u | grep -q "Intel 80386"
151 elif echo $u | grep
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtrace+probe_vfs_getname.sh21 evts="$(echo "$(perf list syscalls:sys_enter_open* 2>/dev/null | grep -E 'open(at)? ' | sed -r 's/.*sys_enter_([a-z]+) +\[.*$/\1/')" | sed ':a;N;s:\n:,:g')"
23 grep -E " +[0-9]+\.[0-9]+ +\( +[0-9]+\.[0-9]+ ms\): +touch/[0-9]+ open(at)?\((dfd: +CWD, +)?filename: +\"?${file}\"?, +flags: CREAT\|NOCTTY\|NONBLOCK\|WRONLY, +mode: +IRUGO\|IWUGO\) += +[0-9]+$"
H A Drecord+zstd_comp_decomp.sh10 $perf_tool record -h 2>&1 | grep -q '\-z, \-\-compression\-level'
23 grep -E "(# compressed : Zstd,)|(COMPRESSED events:)"
H A Dtest_data_symbol.sh8 perf mem record -e list 2>&1 | grep -E -q 'available' && return 0
51 is_amd=$(grep -E -c 'vendor_id.*AuthenticAMD' /proc/cpuinfo)
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dx86_arch_prctl.sh18 grep -E -q $regex ${prctl_arch_header} && \
19 (grep -E $regex ${prctl_arch_header} | \
/kernel/linux/linux-6.6/scripts/
H A Dtest_fortify.sh35 # Run the commands with LANG=C so that grep output will not change.
45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then
54 if ! grep -Eq -m1 "error: call to .?\b${WANT}\b.?" "$TMP" ; then
H A Dextract-ikconfig8 # "grep" that report the byte offset of the line instead of the pattern.
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init_check.sh18 grep -q "^CONFIG_KASAN=y$" ${KCONFIG_CONFIG} && \
19 ! grep -q "^CONFIG_CC_HAS_KASAN_MEMINTRINSIC_PREFIX=y" ${KCONFIG_CONFIG}
/kernel/linux/linux-5.10/scripts/
H A Dadjust_autoksyms.sh67 old=$(grep -c "^#define __KSYM_" "$cur_ksyms_file" || true)
68 new=$(grep -c "^#define __KSYM_" "$new_ksyms_file" || true)
H A Dextract-ikconfig8 # "grep" that report the byte offset of the line instead of the pattern.
19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
/kernel/linux/linux-5.10/Documentation/target/
H A Dtarget-export-device41 lsmod | grep -q configfs || modprobe configfs
42 lsmod | grep -q target_core_mod || modprobe target_core_mod
43 mount | grep -q ^configfs || mount -t configfs none $CONFIGFS
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dbridge_igmp.sh120 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null
129 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null
136 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null
H A Dbridge_vlan_aware.sh122 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
130 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
135 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
/kernel/linux/linux-6.6/Documentation/target/
H A Dtarget-export-device41 lsmod | grep -q configfs || modprobe configfs
42 lsmod | grep -q target_core_mod || modprobe target_core_mod
43 mount | grep -q ^configfs || mount -t configfs none $CONFIGFS
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
226 present=$(cat $SYSFS/power/state | grep $filename)
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh64 pesign -i $KERNEL_IMAGE --show-signature | grep -q "No signatures"
86 echo $line | grep -q "security.ima=0x03"
159 echo $line | grep -q "Required key not available"
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh52 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
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_aware.sh123 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
131 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
136 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_vlan_aware.sh123 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
131 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
136 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
226 present=$(cat $SYSFS/power/state | grep $filename)
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Drouter_scale.sh71 local t1=$(ip route | grep 'offload' | grep -v 'offload_failed' | wc -l)
119 local t0=$(ip route | grep -o 'offload' | wc -l)

Completed in 10 milliseconds

12345678910>>...21