Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/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" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/arch/powerpc/tools/
Dhead_check.sh52 vma=$(cat .tmp_symbols.txt | grep -e " [TA] _stext$" | cut -d' ' -f1)
56 start_head_addr=$(cat .tmp_symbols.txt | grep " t start_first_256B$" | cut -d' ' -f1)
66 top_vma=$(echo $vma | cut -d'0' -f1)
68 expected_start_text_addr=$(cat .tmp_symbols.txt | grep " a text_start$" | cut -d' ' -f1 | sed "s/^0…
70 start_text_addr=$(cat .tmp_symbols.txt | grep " t start_text$" | cut -d' ' -f1)
/kernel/linux/linux-5.10/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
43 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
/kernel/linux/linux-5.10/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`
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-5.10/tools/testing/selftests/
Dkselftest_deps.sh93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
177 sed -e 's/+/ /' | cut -d "=" -f 2)
188 cut -d "=" -f 2)
197 sed -e 's/+/ /' | cut -d "=" -f 2)
218 fail_target=$(echo "$test" | cut -d "/" -f1)
/kernel/linux/linux-5.10/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`
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
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)
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)
547 grep cpu | cut -d/ -f3 | cut -d: -f1 |
/kernel/linux/linux-5.10/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-)
/kernel/linux/linux-5.10/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-)
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/samples/pktgen/
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-5.10/drivers/net/wireless/realtek/rtw88/
Dmac.h9 #define cut_version_to_mask(cut) (0x1 << ((cut) + 1)) argument
/kernel/linux/linux-5.10/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`
/kernel/liteos_a/tools/scripts/parse_memory/
Dparse_mem_info.sh40 ELF_OFFSET=$(echo ${SYM_ADDR} | cut -d '[' -f2 | cut -d ']' -f1)
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dwrapper425 cut -d' ' -f3`
502 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
503 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
546 | cut -d' ' -f1`
550 | cut -d' ' -f1`
573 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | egrep ' _end$' | cut -d' ' -f1)
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
Drunner.sh60 field=$(echo "$line" | cut -d= -f1)
61 value=$(echo "$line" | cut -d= -f2-)
/kernel/linux/linux-5.10/drivers/staging/axis-fifo/
Daxis-fifo.txt13 - cut-through mode
50 - xlnx,use-rx-cut-through: Should be <0x0> (this feature isn't supported)
53 - xlnx,use-tx-cut-through: Should be <0x0> (this feature isn't supported)
88 xlnx,use-rx-cut-through = <0x0>;
91 xlnx,use-tx-cut-through = <0x0>;
/kernel/linux/linux-5.10/tools/lib/bpf/
DMakefile10 sort -rV | head -n1 | cut -d'_' -f2)
144 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
151 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
213 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
220 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \

123456