/Linux-v6.1/tools/bootconfig/scripts/ |
D | ftrace.sh | 23 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 …]
|
D | xbc.sh | 39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \ 55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
|
/Linux-v6.1/arch/powerpc/tools/ |
D | head_check.sh | 52 vma=$(grep -e " [TA] _stext$" .tmp_symbols.txt | cut -d' ' -f1) 56 start_head_addr=$(grep " t start_first_256B$" .tmp_symbols.txt | cut -d' ' -f1) 66 top_vma=$(echo "$vma" | cut -d'0' -f1) 68 expected_start_text_addr=$(grep " a text_start$" .tmp_symbols.txt | cut -d' ' -f1 | sed "s/^0/$top_… 70 start_text_addr=$(grep " t start_text$" .tmp_symbols.txt | cut -d' ' -f1)
|
/Linux-v6.1/tools/testing/selftests/lkdtm/ |
D | run.sh | 41 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-)
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_eventname.tc | 8 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:`
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/ |
D | functions | 21 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 …]
|
/Linux-v6.1/scripts/ |
D | Lindent | 6 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`
|
/Linux-v6.1/tools/testing/selftests/ |
D | kselftest_deps.sh | 93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 175 sed -e 's/+/ /' | cut -d "=" -f 2) 186 cut -d "=" -f 2) 195 sed -e 's/+/ /' | cut -d "=" -f 2) 216 fail_target=$(echo "$test" | cut -d "/" -f1)
|
/Linux-v6.1/tools/leds/ |
D | get_led_device_info.sh | 50 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-v6.1/tools/testing/selftests/kselftest/ |
D | runner.sh | 87 field=$(echo "$line" | cut -d= -f1) 88 value=$(echo "$line" | cut -d= -f2-) 104 if [ $(head -n 1 "$TEST" | cut -c -2) = "#!" ] 106 interpreter=$(head -n 1 "$TEST" | cut -c 3-)
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | ethtool_extended_state.sh | 30 | 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)
|
D | devlink_lib.sh | 12 | jq -r '.port | keys[]' | cut -d/ -f-2) 22 DEVLINK_VIDDID=$(lspci -s $(echo $DEVLINK_DEV | cut -d"/" -f2) \ 23 -n | cut -d" " -f3) 576 grep cpu | cut -d/ -f3 | cut -d: -f1 |
|
/Linux-v6.1/tools/lib/bpf/ |
D | Makefile | 10 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)
|
/Linux-v6.1/tools/testing/selftests/bpf/benchs/ |
D | run_bench_trigger.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
/Linux-v6.1/samples/pktgen/ |
D | functions.sh | 150 irqs=$(grep "$queues" /proc/interrupts | cut -f1 -d:) 151 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:) 153 do grep "$i:.*TxRx" /proc/interrupts | grep -v fdir | cut -f 1 -d : ;\ 165 local node_cpu_range_list=`cut -f1- -d, --output-delimiter=" " \
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-glob.tc | 13 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual 14 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
|
D | func_set_ftrace_file.tc | 118 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
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/ |
D | mac.h | 9 #define cut_version_to_mask(cut) (0x1 << ((cut) + 1)) argument
|
/Linux-v6.1/tools/perf/tests/shell/ |
D | stat_bpf_counters_cgrp.sh | 34 local self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3) 37 self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3)
|
/Linux-v6.1/tools/testing/selftests/pstore/ |
D | pstore_post_reboot_tests | 25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1` 30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
|
/Linux-v6.1/arch/powerpc/boot/ |
D | wrapper | 436 head -n1 | cut -d' ' -f3` 513 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 514 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` 557 | cut -d' ' -f1` 561 | cut -d' ' -f1` 584 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | egrep ' _end$' | cut -d' ' -f1)
|
/Linux-v6.1/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 13 - 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>;
|
/Linux-v6.1/tools/testing/selftests/ftrace/ |
D | ftracetest | 149 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1` 151 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1` 266 desc=`grep "^#[ \t]*description:" $1 | cut -f2- -d:` 271 requires=`grep "^#[ \t]*requires:" $1 | cut -f2- -d:`
|
/Linux-v6.1/drivers/net/ethernet/engleder/ |
D | tsnep_tc.c | 93 u64 cut; in tsnep_write_gcl() local 123 cut = 0; in tsnep_write_gcl() 125 cut = max(cut, tsnep_change_duration(gcl, i)); in tsnep_write_gcl() 130 gcl->change_limit = max(extend, cut); in tsnep_write_gcl()
|