Home
last modified time | relevance | path

Searched refs:egrep (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh47 egrep " +$1 +[0-9]+ .* +branches:(.*:)? +"
58 egrep " +[0-9]+\.[0-9]+% +[0-9]+\.[0-9]+% +$1 "
69 egrep " +[0-9]+\.[0-9]+% +$1"
76 echo "$1" | egrep -q -v "tpiu"
H A Dtrace+probe_vfs_getname.sh23 evts=$(echo $(perf list syscalls:sys_enter_open* 2>&1 | egrep 'open(at)? ' | sed -r 's/.*sys_enter_([a-z]+) +\[.*$/\1/') | sed 's/ /,/')
25 egrep " +[0-9]+\.[0-9]+ +\( +[0-9]+\.[0-9]+ ms\): +touch\/[0-9]+ open(at)?\((dfd: +CWD, +)?filename: +${file}, +flags: CREAT\|NOCTTY\|NONBLOCK\|WRONLY, +mode: +IRUGO\|IWUGO\) += +[0-9]+$"
H A Drecord+script_probe_vfs_getname.sh29 egrep " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
H A Drecord+probe_libc_inet_pton.sh67 echo "$line" | egrep -q "$pattern"
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dx86_arch_prctl.sh18 egrep -q $regex ${prctl_arch_header} && \
19 (egrep $regex ${prctl_arch_header} | \
/kernel/linux/linux-5.10/tools/perf/tests/shell/lib/
H A Dprobe_vfs_getname.sh15 line=$(perf probe -L getname_flags 2>&1 | egrep 'result.*=.*filename;' | sed -r 's/[[:space:]]+([[:digit:]]+)[[:space:]]+result->uptr.*/\1/')
22 add_probe_vfs_getname -v 2>&1 | egrep -q "^(Failed to find the path for kernel|Debuginfo-analysis is not supported)" && return 2
/kernel/linux/linux-5.10/tools/perf/
H A DMakefile28 JOBS := $(shell (getconf _NPROCESSORS_ONLN || egrep -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null)
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_tc.sh118 echo "mount: "; mount | egrep '(cgroup2|bpf)'; echo
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_deps.sh93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
/kernel/linux/linux-5.10/scripts/
H A Dcoccicheck51 echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null
/kernel/linux/linux-5.10/samples/pktgen/
H A Dfunctions.sh189 shrink=( $(egrep -o "$sep{2,}" <<< $addr) )
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh521 egrep 'Start batch|Starting build\.' $T/script |
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dwrapper573 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | egrep ' _end$' | cut -d' ' -f1)
/kernel/linux/linux-5.10/arch/mips/vdso/
H A DMakefile71 cmd_vdso_mips_check = if $(OBJDUMP) --disassemble $@ | egrep -h "jalr.*t9" > /dev/null; \
/kernel/linux/linux-5.10/arch/mips/
H A DMakefile323 egrep -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \

Completed in 5 milliseconds