Searched refs:cut (Results 1 – 25 of 27) sorted by relevance
12
22 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 …]
9 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; do44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
17 grep -i " t " /proc/kallsyms | cut -f3 -d" " | grep -v .*\\..* | \
25 set_offs `grep -A1 -B1 ${TARGET_FUNC} /proc/kallsyms | cut -f 1 -d " " | xargs`
17 SYMADDR=0x`grep -w ${GOODSYM} /proc/kallsyms | cut -f 1 -d " "`
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`
17 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual18 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
121 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual127 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
56 field=$(echo "$line" | cut -d= -f1)57 value=$(echo "$line" | cut -d= -f2-)
198 … grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$T…
96 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)
706 lines=`wc -l $tmpfile | cut "-d " -f1`
6 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 | \
56 "$secure_boot_file"|cut -d' ' -f 5)58 "$setup_mode_file"|cut -d' ' -f 5)
35 cut -d ' ' -f 1 $BUILDIDS | \
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
1986 int len_str, max_len, cut = 0; in parse_events_print_error() local2006 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()
9 | jq -r '.port | keys[]' | cut -d/ -f-2)19 DEVLINK_VIDDID=$(lspci -s $(echo $DEVLINK_DEV | cut -d"/" -f2) \20 -n | cut -d" " -f3)
537 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
155 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:`
69 events/sched/sched_process_fork/hist | cut -d: -f2 ` ||
304 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)
16 kernel_version=`uname -r | cut -d'.' -f1,2`
129 static int (*bpf_msg_pop_data)(void *ctx, int start, int cut, int flags) =