Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:egrep
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H
A
D
test_arm_coresight.sh
47
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
D
trace+probe_vfs_getname.sh
23
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
D
record+script_probe_vfs_getname.sh
29
egrep
" +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
H
A
D
record+probe_libc_inet_pton.sh
67
echo "$line" |
egrep
-q "$pattern"
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H
A
D
x86_arch_prctl.sh
18
egrep
-q $regex ${prctl_arch_header} && \
19
(
egrep
$regex ${prctl_arch_header} | \
/kernel/linux/linux-5.10/tools/perf/tests/shell/lib/
H
A
D
probe_vfs_getname.sh
15
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
D
Makefile
28
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
D
test_cgrp2_tc.sh
118
echo "mount: "; mount |
egrep
'(cgroup2|bpf)'; echo
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
kselftest_deps.sh
93
targets=$(
egrep
"^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2)
/kernel/linux/linux-5.10/scripts/
H
A
D
coccicheck
51
echo $SPFLAGS |
egrep
-e "--profile|--show-trying" 2>&1 > /dev/null
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
functions.sh
189
shrink=( $(
egrep
-o "$sep{2,}" <<< $addr) )
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm.sh
521
egrep
'Start batch|Starting build\.' $T/script |
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
wrapper
573
size=$(${CROSS}nm --no-sort --radix=d "$ofile" |
egrep
' _end$' | cut -d' ' -f1)
/kernel/linux/linux-5.10/arch/mips/vdso/
H
A
D
Makefile
71
cmd_vdso_mips_check = if $(OBJDUMP) --disassemble $@ |
egrep
-h "jalr.*t9" > /dev/null; \
/kernel/linux/linux-5.10/arch/mips/
H
A
D
Makefile
323
egrep
-vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \
Completed in 7 milliseconds