Home
last modified time | relevance | path

Searched refs:cut (Results 1 - 25 of 145) sorted by relevance

123456

/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H A 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
[all...]
H A Dxbc.sh39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \
55 grep "^$1" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/kernel/linux/linux-6.6/tools/bootconfig/scripts/
H A 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
[all...]
H A 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
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/
H A 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-)
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_deps.sh93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
212 sed -e 's/+/ /' | cut -d "=" -f 2)
223 cut -d "=" -f 2)
232 sed -e 's/+/ /' | cut -d "=" -f 2)
250 cut -d "=" -f 2)
271 fail_target=$(echo "$test" | cut -d "/" -f1)
278 pass_trgts+="$(echo "$test" | cut -d "/" -f1) "
/kernel/linux/linux-5.10/tools/leds/
H A 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`
/kernel/linux/linux-6.6/tools/testing/selftests/
H A 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)
276 pass_trgts+="$(echo "$test" | cut -d "/" -f1) "
/kernel/linux/linux-6.6/tools/leds/
H A 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`
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dethtool_extended_state.sh28 | cut -d "(" -f2 | cut -d ")" -f1)
29 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \
31 ext_state=$(echo $ext_state | cut -d "," -f1)
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
H A Drunner.sh61 field=$(echo "$line" | cut -d= -f1)
62 value=$(echo "$line" | cut -d= -f2-)
77 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ]
79 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
/kernel/linux/linux-5.10/scripts/
H A Ddecodecode125 code=`echo "$code" | cut -c$((${marker} + 1))-`
138 faultlinenum=$(( $(wc -l $T.oo | cut -d" " -f1) - \
139 $(wc -l $T.aa | cut -d" " -f1) + 3))
141 faultline=`cat $T.dis | head -1 | cut -d":" -f2-`
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A 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)
/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/
H A 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-)
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/
H A Drun.sh41 test=$(echo "$line" | cut -d" " -f1)
43 expect=$(echo "$line" | cut -d" " -f2-)
50 test=$(echo "$test" | cut -c2-)
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmac.h9 #define cut_version_to_mask(cut) (0x1 << ((cut) + 1))
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmac.h9 #define cut_version_to_mask(cut) (0x1 << ((cut) + 1))
/kernel/linux/linux-5.10/samples/pktgen/
H A Dfunctions.sh145 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 : ;\
160 local node_cpu_range_list=`cut -f1- -d, --output-delimiter=" " \
/kernel/linux/linux-6.6/samples/pktgen/
H A Dfunctions.sh151 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 : ;\
166 local node_cpu_range_list=`cut -f1- -d, --output-delimiter=" " \
/kernel/linux/linux-6.6/tools/lib/bpf/
H A 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 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-5.10/tools/testing/selftests/pstore/
H A 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`
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A 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)
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H A 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`
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnetdevice.sh163 MASTER_IFACE="$(echo $1 | cut -d@ -f2)"
166 IFACE_TO_TEST="$(echo $1 | cut -d@ -f1)"
198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnetdevice.sh163 MASTER_IFACE="$(echo $1 | cut -d@ -f2)"
166 IFACE_TO_TEST="$(echo $1 | cut -d@ -f1)"
198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"

Completed in 6 milliseconds

123456