Home
last modified time | relevance | path

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

12

/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:`
54 tr=`echo $t | cut -d: -f2`
61 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
63 tr=`echo $t | cut -d: -f2-4`
64 limit=`echo $t | cut -d: -f5`
66 tr=`echo $t | cut -d: -f2`
[all …]
/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:`
Dmultiple_kprobes.tc17 grep -i " t " /proc/kallsyms | cut -f3 -d" " | grep -v .*\\..* | \
Dprobepoint.tc25 set_offs `grep -A1 -B1 ${TARGET_FUNC} /proc/kallsyms | cut -f 1 -d " " | xargs`
Dkprobe_args_syntax.tc17 SYMADDR=0x`grep -w ${GOODSYM} /proc/kallsyms | cut -f 1 -d " "`
/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/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
/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/testing/selftests/kselftest/
Drunner.sh56 field=$(echo "$line" | cut -d= -f1)
57 value=$(echo "$line" | cut -d= -f2-)
/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…
Dfib_rule_tests.sh96 pref=$($IP -6 rule show | grep "$1 lookup $TABLE" | cut -d ":" -f 1)
165 pref=$($IP rule show | grep "$1 lookup $TABLE" | cut -d ":" -f 1)
Drtnetlink.sh706 lines=`wc -l $tmpfile | cut "-d " -f1`
/tools/lib/bpf/
DMakefile6 sort -rV | head -n1 | cut -d'_' -f2)
147 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
152 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l)
220 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
225 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \
/tools/testing/selftests/kexec/
Dkexec_common_lib.sh56 "$secure_boot_file"|cut -d' ' -f 5)
58 "$setup_mode_file"|cut -d' ' -f 5)
/tools/perf/
Dperf-archive.sh35 cut -d ' ' -f 1 $BUILDIDS | \
/tools/perf/util/
DPERF-VERSION-GEN25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
Dparse-events.c1986 int len_str, max_len, cut = 0; in parse_events_print_error() local
2006 cut = err->idx - max_err_idx; in parse_events_print_error()
2008 strncpy(buf, event + cut, max_len); in parse_events_print_error()
2011 if (cut) in parse_events_print_error()
2014 if ((len_event - cut) > max_len) { in parse_events_print_error()
2019 idx = len_str + err->idx - cut; in parse_events_print_error()
/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)
Dlib.sh537 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
/tools/testing/selftests/ftrace/
Dftracetest155 TRACING_DIR=`grep tracefs /proc/mounts | cut -f2 -d' ' | head -1`
157 DEBUGFS_DIR=`grep debugfs /proc/mounts | cut -f2 -d' ' | head -1`
274 desc=`grep "^#[ \t]*description:" $1 | cut -f2 -d:`
/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-hist.tc69 events/sched/sched_process_fork/hist | cut -d: -f2 ` ||
/tools/testing/selftests/netfilter/
Dnft_flowtable.sh304 handle=$(ip netns exec nsr1 nft -a list table inet filter | grep something-to-grep-for | cut -d \# …
323 KEY_SHA="0x"$(ps -xaf | sha1sum | cut -d " " -f 1)
324 KEY_AES="0x"$(ps -xaf | md5sum | cut -d " " -f 1)
/tools/testing/selftests/zram/
Dzram_lib.sh16 kernel_version=`uname -r | cut -d'.' -f1,2`
/tools/testing/selftests/bpf/
Dbpf_helpers.h129 static int (*bpf_msg_pop_data)(void *ctx, int start, int cut, int flags) =

12