Home
last modified time | relevance | path

Searched refs:grep (Results 76 - 100 of 527) sorted by relevance

12345678910>>...22

/kernel/linux/linux-6.6/scripts/kconfig/
H A Dmerge_config.sh143 grep -q -w $CFG $TMP_FILE || continue
144 PREV_VAL=$(grep -w $CFG $TMP_FILE)
145 NEW_VAL=$(grep -w $CFG $MERGE_FILE)
203 REQUESTED_VAL=$(grep -w -e "$CFG" $TMP_FILE)
204 ACTUAL_VAL=$(grep -w -e "$CFG" "$KCONFIG_CONFIG" || true)
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H A Drun.sh17 VENDOR=$(cat /proc/cpuinfo | grep -m 1 'vendor_id' | awk '{print $NF}')
56 for cpu in `ls $CPUROOT | grep "cpu[0-9].*"`; do
73 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
101 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
217 elif yum list available | grep dbench > /dev/null 2>&1; then
231 if ! echo "$ARCH" | grep -q x86; then
236 if ! echo "$VENDOR" | grep -iq amd; then
/kernel/linux/linux-6.6/samples/pktgen/
H A Dfunctions.sh82 result=$(grep "Result: OK:" $proc_ctrl) || true
84 grep "Result:" $proc_ctrl >&2
151 irqs=$(grep "$queues" /proc/interrupts | cut -f1 -d:)
152 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
154 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\
195 shrink=( $(grep -E -o "$sep{2,}" <<< $addr) )
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dethtool_mm.sh60 grep -q 'SUCCEEDED'
63 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true'
95 grep -q 'DISABLED'
98 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true'
133 grep -q 'SUCCEEDED'
136 ethtool --json --show-mm $tx | jq -r '.[]."tx-active"' | grep -q 'true'
166 grep -q "Additional fragment size: $add_frag_size"
187 grep -q "Preemption capability active"
191 grep -q "Preemption capability active"
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Drecord_offcpu.sh31 if perf record --off-cpu -o /dev/null --quiet true 2>&1 | grep BUILD_BPF_SKEL
48 if ! perf evlist -i ${perfdata} | grep -q "offcpu-time"
54 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep
74 if ! perf evlist -i ${perfdata} | grep -q "offcpu-time"
H A Dtest_intel_pt.sh8 perf list | grep -q 'intel_pt//' || exit 2
116 mmap_cnt=$(perf script -i "${perfdatafile}" --no-itrace --show-mmap-events -C 1 2>/dev/null | grep -c MMAP)
416 decode_err_cnt=$(perf script -i "${perfdatafile}" --itrace=e-o-l | grep -ci error)
440 mtc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "MTC 0x")
446 tsc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "TSC 0x")
461 tnt_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "TNT 0x")
462 tip_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "TIP 0x")
463 fup_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "FUP 0x")
484 cyc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep -c "CYC 0x")
492 cyc_cnt=$(perf script -i "${perfdatafile}" -D 2>/dev/null | grep
[all...]
H A Dstat+shadow_stat.sh11 perf stat -a -e cycles sleep 1 2>&1 | grep -e cpu_core && exit 2
16 grep -e cycles -e instructions | \
47 grep ^CPU | \
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh51 grep new "${old_path}" >/dev/null 2>&1
52 grep old "${new_path}" >/dev/null 2>&1
67 grep new "${old_path}" >/dev/null 2>&1
68 grep old "${new_path}" >/dev/null 2>&1
/kernel/linux/build/test/moduletest/runtest/bin/
H A Denhancedf2fs_t_init.sh27 export DISK_NAME=$(df -h |grep /dev/block |grep $DISK_PATH |awk '{print $1}' |cut -d "/" -f4)
32 gc_merge_mount_opt=$(mount |grep gc_merge)
/kernel/linux/build/test/moduletest/runtest/bin/rss_monitor_t/testcases/bin/
H A Drss_monitor01.sh27 zcat /proc/config.gz | grep CONFIG_RSS_THRESHOLD=y || tst_res TCONF "CONFIG_RSS_THRESHOLD=y not satisfied!"
38 pid=$(ps -ef | grep com.ohos.systemui | awk 'NR==1 {print $2}')
40 statusVMRss=$(cat /proc/$pid/status | grep VmRSS | awk -F ':' '{print$2}' | awk '{print$1}')
/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/
H A Dsched_rtg04.sh32 ls /sys/kernel/debug/tracing/events/rtg/ | grep find_rtg_cpu &&
33 ls /sys/kernel/debug/tracing/events/rtg/ | grep sched_rtg_task_each &&
34 ls /sys/kernel/debug/tracing/events/rtg/ | grep sched_rtg_valid_normalized_util
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dcpu.sh17 cpus=$(ls $CPUROOT | grep "cpu[0-9].*")
25 cpus=$(ls $CPUROOT | grep "cpu[1-9].*")
78 for cpu in `ls $CPUROOT | grep "cpu[0-9].*"`; do
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A Dcpu.sh17 cpus=$(ls $CPUROOT | grep "cpu[0-9].*")
25 cpus=$(ls $CPUROOT | grep "cpu[1-9].*")
78 for cpu in `ls $CPUROOT | grep "cpu[0-9].*"`; do
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dcompile-ohpm-ci.sh142 is_entry=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
143 is_feature=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\""`
150 is_entry=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""`
151 is_feature=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"feature\""`
238 rr=$(cat ${cur_module}"/package.json" | grep "${m_n_1}")
259 rr=$(cat ${cur_module}"/oh-package.json5" | grep "${m_n_1}")
317 cur_bundle_line=`cat ${project_path}/AppScope/app.json5 | grep "\"bundleName\""`
321 is_entry=`cat ${project_path}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
322 is_feature=`cat ${project_path}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\""`
328 cur_bundle_line=`cat ${project_path}${pa}/src/main/config.json | grep "\"bundleNam
[all...]
H A Dcompile-ut-ohpm.sh155 is_entry=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
156 is_feature=`cat $1${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\""`
163 is_entry=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"entry\""`
164 is_feature=`cat $1${pa}/src/main/config.json | sed 's/ //g' | grep "\"moduleType\":\"feature\""`
251 rr=$(cat ${cur_module}"/package.json" | grep "${m_n_1}")
272 rr=$(cat ${cur_module}"/oh-package.json5" | grep "${m_n_1}")
330 cur_bundle_line=`cat ${project_path}/AppScope/app.json5 | grep "\"bundleName\""`
334 is_entry=`cat ${project_path}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\""`
335 is_feature=`cat ${project_path}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\""`
341 cur_bundle_line=`cat ${project_path}${pa}/src/main/config.json | grep "\"bundleNam
[all...]
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
H A Dcpuisolation01.sh132 cpu_total=$(cat /proc/cpuinfo | grep "processor"| wc -l)
135 cpu_name=$(cat $global_state | grep "CPU${i}")
145 cpu_online_state=$(cat $global_state | grep 'Online:' | \
154 cpu_isolated_state=$(cat $global_state | grep 'Isolated:' | \
163 cpu_is_busy_state=$(cat $global_state | grep 'Is busy:' | \
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo-gnuplot.sh152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\
153 grep -E -iv '\-\-|Name|Slabs'\
161 `cat "$in" | grep -A "$lines" 'Slabs sorted by size' |\
162 grep -E -iv '\-\-|Name|Slabs'\
169 `cat "$in" | grep "Memory used" |\
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo-gnuplot.sh152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\
153 grep -E -iv '\-\-|Name|Slabs'\
161 `cat "$in" | grep -A "$lines" 'Slabs sorted by size' |\
162 grep -E -iv '\-\-|Name|Slabs'\
169 `cat "$in" | grep "Memory used" |\
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-again.sh109 if echo "$2" | grep -q 's$'
112 elif echo "$2" | grep -q 'h$'
115 elif echo "$2" | grep -q 'd$'
204 grep '^#' $i | sed -e 's/^# //' > $T/qemu-cmd-settings
207 grep -v '^#' $T/scenarios.oldrun | awk '
/kernel/linux/linux-6.6/scripts/
H A Dcoccicheck21 $SPATCH --help | grep -e "--jobs" > /dev/null && USE_JOBS="yes"
50 echo $SPFLAGS | grep -E -e "--profile|--show-trying" 2>&1 > /dev/null
90 THREADS_PER_CORE=$(LANG=C lscpu | grep "Thread(s) per core: " | tr -cd "[:digit:]")
198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
199 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
/applications/standard/hap/
H A Dbuild.sh85 api_version=$(grep apiVersion toolchains/oh-uni-package.json | awk '{print $2}' | sed -r 's/\",?//g') || api_version="11"
150 cat $HOME/.npmrc | grep 'lockfile=false' || echo 'lockfile=false' >> $HOME/.npmrc
155 sdk_version=$(grep version 10/toolchains/oh-uni-package.json | awk '{print $2}' | sed -r 's/\",?//g')
172 sdk_version=$(grep version 11/toolchains/oh-uni-package.json | awk '{print $2}' | sed -r 's/\",?//g')
189 sdk_version=$(grep version 12/toolchains/oh-uni-package.json | awk '{print $2}' | sed -r 's/\",?//g')
323 rr=$(cat ${cur_module}"/${package_json_name}" | grep "${m_n_1}" || true)
349 cur_bundle_line=`cat ${arg_project}/AppScope/app.json5 | grep "\"bundleName\""`
353 is_entry=`cat ${arg_project}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"entry\"" || true`
354 is_feature=`cat ${arg_project}${pa}/src/main/module.json5 | sed 's/ //g' | grep "\"type\":\"feature\"" || true`
360 cur_bundle_line=`cat ${arg_project}${pa}/src/main/config.json | grep "\"bundleNam
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_rule_tests.sh73 ip rule help 2>&1 | grep -q $1
79 ip route get help 2>&1 | grep -q $2
96 pref=$($IP -6 rule show | grep "$1 lookup $TABLE" | cut -d ":" -f 1)
106 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE"
165 pref=$($IP rule show | grep "$1 lookup $TABLE" | cut -d ":" -f 1)
175 $IP route get $GW_IP4 $getmatch | grep -q "table $RTABLE"
/kernel/linux/linux-5.10/samples/pktgen/
H A Dfunctions.sh82 result=$(grep "Result: OK:" $proc_ctrl) || true
84 grep "Result:" $proc_ctrl >&2
145 irqs=$(grep "$queues" /proc/interrupts | cut -f1 -d:)
146 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
148 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\
/kernel/linux/build/test/moduletest/runtest/bin/enhancedswap_t/testcases/bin/
H A Denhancedswap05.sh40 eswap_100_b=$(cat ${memcg_100_stat} | grep 'Eswap' | awk -F ' ' '{print$2}')
48 buffer_size=$(cat $zswapd_s | grep 'buffer_size' | awk -F ':' '{print$2}')
56 eswap_100_a=$(cat ${memcg_100_stat} | grep 'Eswap' | awk -F ' ' '{print$2}')
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh20 if ! ethtool -h | grep -q coalesce; then
119 s=$(ethtool -c $NSIM_NETDEV | grep -q "Adaptive RX: on TX: off")
123 s=$(ethtool -c $NSIM_NETDEV | grep -q "Adaptive RX: on TX: on")

Completed in 11 milliseconds

12345678910>>...22