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:vfs_getname
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/shell/lib/
H
A
D
probe_vfs_getname.sh
3
perf probe -l 2>&1 | grep -q probe:
vfs_getname
8
perf probe -q -d probe:
vfs_getname
*
16
perf probe -q "
vfs_getname
=getname_flags:${line} pathname=result->name:string" || \
17
perf probe $verbose "
vfs_getname
=getname_flags:${line} pathname=filename:ustring"
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H
A
D
probe_vfs_getname.sh
4
perf probe -l 2>&1 | grep -q probe:
vfs_getname
9
perf probe -q -d probe:
vfs_getname
*
17
perf probe -q "
vfs_getname
=getname_flags:${line} pathname=result->name:string" || \
18
perf probe $add_probe_verbose "
vfs_getname
=getname_flags:${line} pathname=filename:ustring"
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H
A
D
record+script_probe_vfs_getname.sh
2
# Use
vfs_getname
probe to get syscall args filenames
4
# Uses the 'perf test shell' library to add probe:
vfs_getname
to the system
6
# checks that that was captured by the
vfs_getname
probe in the generated
23
perf record -o ${perfdata} -e probe:
vfs_getname
\* touch $file
27
echo "Looking at perf.data file for
vfs_getname
records for the file we touched:"
29
egrep " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:
vfs_getname
[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
record+script_probe_vfs_getname.sh
2
# Use
vfs_getname
probe to get syscall args filenames
4
# Uses the 'perf test shell' library to add probe:
vfs_getname
to the system
6
# checks that that was captured by the
vfs_getname
probe in the generated
21
skip_no_probe_record_support "probe:
vfs_getname
*"
23
perf record -o ${perfdata} -e probe:
vfs_getname
\* touch $file
27
echo "Looking at perf.data file for
vfs_getname
records for the file we touched:"
29
grep -E " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:
vfs_getname
[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
164
u64
vfs_getname
,
member
195
bool
vfs_getname
;
member
1248
* filename.ptr: The filename char pointer that will be
vfs_getname
'd
1250
* filename.ptr by the
vfs_getname
tracepoint/kprobe.
1496
if (!arg->trace->
vfs_getname
)
in syscall_arg__scnprintf_filename()
2454
++trace->stats.
vfs_getname
;
2945
* appears in our event stream (
vfs_getname
comes to mind).
3057
ret = parse_events(evlist, "probe:
vfs_getname
*", &err);
3067
if (!strstarts(evsel__name(evsel), "probe:
vfs_getname
"))
3910
trace->
vfs_getname
[all...]
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
166
u64
vfs_getname
,
member
197
bool
vfs_getname
;
member
1256
* filename.ptr: The filename char pointer that will be
vfs_getname
'd
1258
* filename.ptr by the
vfs_getname
tracepoint/kprobe.
1532
if (!arg->trace->
vfs_getname
)
in syscall_arg__scnprintf_filename()
2509
++trace->stats.
vfs_getname
;
3006
* appears in our event stream (
vfs_getname
comes to mind).
3118
ret = parse_events(evlist, "probe:
vfs_getname
*", &err);
3124
if (!strstarts(evsel__name(evsel), "probe:
vfs_getname
"))
3831
trace->
vfs_getname
[all...]
Completed in 16 milliseconds