Searched refs:cut (Results 26 - 50 of 103) sorted by relevance

12345

/linux-master/tools/perf/tests/shell/
H A Dscript.sh17 sane=$(echo "${temp_dir}" | cut -b 1-21)
H A Dstat+std_output.sh59 main_body=$(echo $line | cut -d' ' -f$prefix-)
/linux-master/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"
/linux-master/tools/testing/crypto/chacha20-s390/
H A Drun-tests.sh14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
/linux-master/tools/perf/util/
H A DPERF-VERSION-GEN25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A 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
/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh56 "$secure_boot_file"|cut -d' ' -f 5)
58 "$setup_mode_file"|cut -d' ' -f 5)
/linux-master/Documentation/features/scripts/
H A Dfeatures-refresh.sh6 F=$(grep "^# Kconfig:" "$F_FILE" | cut -c26-)
/linux-master/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc48 address=`grep " ${target_func}\$" /proc/kallsyms | cut -d' ' -f1`
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm55 =cut
H A DUtil.pm94 =cut
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-ring.sh58 CURR_SETT_LINE=$(ethtool -g $NSIM_NETDEV | grep -i -m1 -n 'Current hardware settings' | cut -f1 -d:)
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh6 SYSFS=`grep -w sysfs /proc/mounts | cut -f2 -d' '`
/linux-master/tools/testing/selftests/bpf/
H A Dima_setup.sh44 local loop_device=$(losetup -a | grep ${mount_img:?} | cut -d ":" -f1)
62 local loop_devices=$(losetup -a | grep ${mount_img:?} | cut -d ":" -f1)
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh100 two=$(echo "$full" | grep -m1 . | cut -c-2)
/linux-master/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=" " \
/linux-master/tools/perf/
H A Dperf-archive.sh47 TAR_CONTENTS=`tar tvf "$TARGET" | tr -s " " | cut -d " " -f 6`
99 cut -d ' ' -f 1 $BUILDIDS | \
/linux-master/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc12 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`
13 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
/linux-master/init/
H A DMakefile36 utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" | cut -b -64); \
/linux-master/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)
/linux-master/lib/
H A Dstring_helpers_kunit.c482 static void __strchrcut(char *dst, const char *src, const char *cut) argument
488 len = strcspn(from, cut);
501 const char *cut)
510 sprintf(prefix10, "STRING_UNITS_10 [%s]", cut);
511 sprintf(prefix2, "STRING_UNITS_2 [%s]", cut);
513 __strchrcut(exp10, exp_result10, cut);
514 __strchrcut(exp2, exp_result2, cut);
530 const char *cut; member in struct:__anon2910
543 get_size_test_cases[i].cut);
496 __test_string_get_size_one(struct kunit *test, const u64 size, const u64 blk_size, const char *exp_result10, const char *exp_result2, enum string_size_units units, const char *cut) argument
/linux-master/arch/powerpc/boot/
H A Dwrapper453 head -n1 | cut -d' ' -f3`
530 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
531 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
574 | cut -d' ' -f1`
578 | cut -d' ' -f1`
601 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc73 events/sched/sched_process_fork/hist | cut -d: -f2 ` ||
/linux-master/scripts/
H A Dcoccicheck198 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
199 REQ=`grep "Requires:" $COCCI | cut -d':' -f2 | sed "s| ||"`
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_syntax.tc14 SYMADDR=0x`grep -w ${GOODSYM} /proc/kallsyms | cut -f 1 -d " "`

Completed in 184 milliseconds

12345