Home
last modified time | relevance | path

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

1234

/Linux-v5.4/tools/testing/selftests/ftrace/test.d/
Dfunctions22 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
23 file=`echo $line | cut -f1 -d:`
28 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
29 file=`echo $line | cut -f1 -d:`
44 echo 0 > `echo $line | cut -f1 -d:`
51 tr=`echo $t | cut -d: -f2`
58 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
60 tr=`echo $t | cut -d: -f2-4`
61 limit=`echo $t | cut -d: -f5`
63 tr=`echo $t | cut -d: -f2`
[all …]
/Linux-v5.4/Documentation/features/
Dlist-arch.sh16 SUBSYS=$(echo $F | cut -d/ -f1)
17 N=$(grep -h "^# Feature name:" $F | cut -c25-)
18 C=$(grep -h "^# Kconfig:" $F | cut -c25-)
19 D=$(grep -h "^# description:" $F | cut -c25-)
20 S=$(grep -hv "^#" $F | grep -w $ARCH | cut -d\| -f3)
/Linux-v5.4/arch/powerpc/tools/
Dhead_check.sh50 vma=$(cat .tmp_symbols.txt | grep -e " [TA] _stext$" | cut -d' ' -f1)
54 start_head_addr=$(cat .tmp_symbols.txt | grep " t start_first_256B$" | cut -d' ' -f1)
64 top_vma=$(echo $vma | cut -d'0' -f1)
66 expected_start_text_addr=$(cat .tmp_symbols.txt | grep " a text_start$" | cut -d' ' -f1 | sed "s/^0…
68 start_text_addr=$(cat .tmp_symbols.txt | grep " t start_text$" | cut -d' ' -f1)
Dunrel_branch_check.sh40 from=`echo $tuple | cut -d':' -f1`
41 branch=`echo $tuple | cut -d':' -f2`
42 to=`echo $tuple | cut -d':' -f3 | sed 's/cr[0-7],//'`
43 sym=`echo $tuple | cut -d':' -f4`
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc9 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
29 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "
33 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:`
/Linux-v5.4/scripts/
DLindent6 RES=`indent --version | cut -d' ' -f3`
10 V1=`echo $RES | cut -d'.' -f1`
11 V2=`echo $RES | cut -d'.' -f2`
12 V3=`echo $RES | cut -d'.' -f3`
Ddecodecode110 code=`echo "$code" | cut -c$((${marker} + 1))-`
123 faultlinenum=$(( $(wc -l $T.oo | cut -d" " -f1) - \
124 $(wc -l $T.aa | cut -d" " -f1) + 3))
126 faultline=`cat $T.dis | head -1 | cut -d":" -f2-`
Dcoccicheck176 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
177 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
/Linux-v5.4/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`
/Linux-v5.4/samples/pktgen/
Dfunctions.sh140 irqs=$(grep "$queues" /proc/interrupts | cut -f1 -d:)
141 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
143 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\
155 local node_cpu_range_list=`cut -f1- -d, --output-delimiter=" " \
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dmac.h9 #define cut_version_to_mask(cut) (0x1 << ((cut) + 1)) argument
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-glob.tc17 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual
18 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
Dfunc_set_ftrace_file.tc121 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
127 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
/Linux-v5.4/drivers/staging/axis-fifo/
Daxis-fifo.txt13 - cut-through mode
46 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
49 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
84 xlnx,use-rx-cut-through = <0x0>;
87 xlnx,use-tx-cut-through = <0x0>;
/Linux-v5.4/tools/lib/bpf/
DMakefile6 sort -rV | head -n1 | cut -d'_' -f2)
147 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
151 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
219 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
223 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \
/Linux-v5.4/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`
/Linux-v5.4/samples/mic/mpssd/
Dmpss74 ipaddr=`echo $ipaddr | cut -d, -f1 | cut -d\; -f1`
/Linux-v5.4/tools/testing/selftests/kselftest/
Drunner.sh56 field=$(echo "$line" | cut -d= -f1)
57 value=$(echo "$line" | cut -d= -f2-)
/Linux-v5.4/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…
/Linux-v5.4/arch/powerpc/boot/
Dwrapper432 cut -d' ' -f3`
509 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
510 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
553 | cut -d' ' -f1`
557 | cut -d' ' -f1`
/Linux-v5.4/arch/arm/vdso/
DMakefile64 first=`echo $$buildid | cut -b-2`; \
65 last=`echo $$buildid | cut -b3-`; \
/Linux-v5.4/tools/testing/selftests/kexec/
Dkexec_common_lib.sh56 "$secure_boot_file"|cut -d' ' -f 5)
58 "$setup_mode_file"|cut -d' ' -f 5)
/Linux-v5.4/tools/testing/selftests/ftrace/
Dftracetest125 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
127 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
240 desc=`grep "^#[ \t]*description:" $1 | cut -f2 -d:`
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Ddevlink_lib.sh9 | jq -r '.port | keys[]' | cut -d/ -f-2)
19 DEVLINK_VIDDID=$(lspci -s $(echo $DEVLINK_DEV | cut -d"/" -f2) \
20 -n | cut -d" " -f3)
/Linux-v5.4/scripts/gcc-plugins/
Dgen-random-seed.sh7 HASH=`echo -n "$SEED" | sha256sum | cut -d" " -f1 | tr -d ' \n'`

1234