Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 63) sorted by relevance

123

/tools/bootconfig/scripts/
Dftrace.sh23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
24 file=`echo $line | cut -f1 -d:`
29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
30 file=`echo $line | cut -f1 -d:`
45 echo 0 > `echo $line | cut -f1 -d:`
55 tr=`echo $t | cut -d: -f2`
62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
64 tr=`echo $t | cut -d: -f2-4`
65 limit=`echo $t | cut -d: -f5`
67 tr=`echo $t | cut -d: -f2`
[all …]
Dxbc.sh39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \
55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
Dftrace2bconf.sh26 TRACEFS=`grep -m 1 -w tracefs /proc/mounts | cut -f 2 -d " "`
32 TRACEFS=`grep -m 1 -w debugfs /proc/mounts | cut -f 2 -d " "`/tracing
/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
28 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "
32 grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do
44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
Dmultiple_kprobes.tc16 grep -i " t " /proc/kallsyms | cut -f3 -d" " | grep -v .*\\..* | \
Dprobepoint.tc24 set_offs `grep -v __pfx_ /proc/kallsyms | grep -A1 -B1 ${TARGET_FUNC} | cut -f 1 -d " " | xargs`
/tools/testing/selftests/lkdtm/
Drun.sh41 test=$(echo "$line" | cut -d" " -f1)
43 expect=$(echo "$line" | cut -d" " -f2-)
50 test=$(echo "$test" | cut -c2-)
64 repeat=$(echo "$expect" | cut -d' ' -f1 | cut -d: -f2)
65 expect=$(echo "$expect" | cut -d' ' -f2-)
/tools/testing/selftests/ftrace/test.d/
Dfunctions21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
22 file=`echo $line | cut -f1 -d:`
27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
28 file=`echo $line | cut -f1 -d:`
43 echo 0 > `echo $line | cut -f1 -d:`
53 tr=`echo $t | cut -d: -f2`
60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
62 tr=`echo $t | cut -d: -f2-4`
63 limit=`echo $t | cut -d: -f5`
65 tr=`echo $t | cut -d: -f2`
[all …]
/tools/testing/selftests/
Dkselftest_deps.sh93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
210 sed -e 's/+/ /' | cut -d "=" -f 2)
221 cut -d "=" -f 2)
230 sed -e 's/+/ /' | cut -d "=" -f 2)
248 cut -d "=" -f 2)
269 fail_target=$(echo "$test" | cut -d "/" -f1)
/tools/leds/
Dget_led_device_info.sh50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3`
122 color=`echo $led_name | cut -d: -f1`
123 function=`echo $led_name | cut -d: -f2`
125 devicename=`echo $led_name | cut -d: -f1`
126 color=`echo $led_name | cut -d: -f2`
127 function=`echo $led_name | cut -d: -f3`
/tools/testing/selftests/kselftest/
Drunner.sh89 field=$(echo "$line" | cut -d= -f1)
90 value=$(echo "$line" | cut -d= -f2-)
117 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
119 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
/tools/testing/selftests/net/forwarding/
Dethtool_extended_state.sh30 | cut -d "(" -f2 | cut -d ")" -f1)
31 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \
33 ext_state=$(echo $ext_state | cut -d "," -f1)
Ddevlink_lib.sh12 | jq -r '.port | keys[]' | cut -d/ -f-2)
22 DEVLINK_VIDDID=$(lspci -s $(echo $DEVLINK_DEV | cut -d"/" -f2) \
23 -n | cut -d" " -f3)
583 grep cpu | cut -d/ -f3 | cut -d: -f1 |
/tools/testing/selftests/bpf/benchs/
Drun_bench_trigger.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-glob.tc13 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual
14 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
Dfunc_set_ftrace_file.tc118 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
124 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
/tools/perf/tests/shell/
Dstat_bpf_counters_cgrp.sh34 find_cgroups_self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3)
37 find_cgroups_self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3)
/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
/tools/lib/bpf/
DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
128 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
135 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
191 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
198 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \
207 …(shell grep -oE '^$(pound)define LIBBPF_MAJOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3)
208 …(shell grep -oE '^$(pound)define LIBBPF_MINOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3)
/tools/testing/selftests/net/
Dnetdevice.sh198 … grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$T…
/tools/testing/selftests/kexec/
Dkexec_common_lib.sh56 "$secure_boot_file"|cut -d' ' -f 5)
58 "$setup_mode_file"|cut -d' ' -f 5)
/tools/testing/selftests/mm/
Dva_high_addr_switch.sh30 local pg_table_levels=$(gzip -dcfq "${config}" | grep PGTABLE_LEVELS | cut -d'=' -f 2)
/tools/testing/selftests/ftrace/
Dftracetest161 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
163 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
289 CASENAME=`grep "^#[ \t]*description:" $1 | cut -f2- -d:`
293 requires=`grep "^#[ \t]*requires:" $1 | cut -f2- -d:`
/tools/perf/
Dperf-archive.sh34 cut -d ' ' -f 1 $BUILDIDS | \

123