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:perf_probe_arg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
probe-event.h
84
struct
perf_probe_arg
{
struct
101
struct
perf_probe_arg
*args; /* Arguments */
138
char *synthesize_perf_probe_arg(struct
perf_probe_arg
*pa);
193
struct
perf_probe_arg
*pvar);
H
A
D
probe-finder.h
91
struct
perf_probe_arg
*pvar; /* Current target variable */
H
A
D
probe-event.c
1628
static int parse_perf_probe_arg(char *str, struct
perf_probe_arg
*arg)
in parse_perf_probe_arg()
1771
pev->args = zalloc(sizeof(struct
perf_probe_arg
) * pev->nargs);
in parse_perf_probe_command()
1948
char *synthesize_perf_probe_arg(struct
perf_probe_arg
*pa)
in synthesize_perf_probe_arg()
2280
pev->args = zalloc(sizeof(struct
perf_probe_arg
) * pev->nargs);
in convert_to_perf_probe_event()
2347
static int perf_probe_arg__copy(struct
perf_probe_arg
*dst,
in perf_probe_arg__copy()
2348
struct
perf_probe_arg
*src)
in perf_probe_arg__copy()
2386
dst->args = zalloc(sizeof(struct
perf_probe_arg
) * src->nargs);
in perf_probe_event__copy()
3659
struct
perf_probe_arg
*pvar)
in copy_to_probe_trace_arg()
H
A
D
probe-finder.c
1263
struct
perf_probe_arg
*args;
1300
struct
perf_probe_arg
*args)
in expand_probe_args()
1349
struct
perf_probe_arg
*args = NULL;
in add_probe_trace_event()
1384
args = zalloc(sizeof(struct
perf_probe_arg
) * MAX_PROBE_ARGS);
in add_probe_trace_event()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
probe-event.h
85
struct
perf_probe_arg
{
struct
102
struct
perf_probe_arg
*args; /* Arguments */
139
char *synthesize_perf_probe_arg(struct
perf_probe_arg
*pa);
194
struct
perf_probe_arg
*pvar);
H
A
D
probe-finder.h
91
struct
perf_probe_arg
*pvar; /* Current target variable */
H
A
D
probe-event.c
1656
static int parse_perf_probe_arg(char *str, struct
perf_probe_arg
*arg)
in parse_perf_probe_arg()
1799
pev->args = zalloc(sizeof(struct
perf_probe_arg
) * pev->nargs);
in parse_perf_probe_command()
1976
char *synthesize_perf_probe_arg(struct
perf_probe_arg
*pa)
in synthesize_perf_probe_arg()
2324
pev->args = zalloc(sizeof(struct
perf_probe_arg
) * pev->nargs);
in convert_to_perf_probe_event()
2391
static int perf_probe_arg__copy(struct
perf_probe_arg
*dst,
in perf_probe_arg__copy()
2392
struct
perf_probe_arg
*src)
in perf_probe_arg__copy()
2430
dst->args = zalloc(sizeof(struct
perf_probe_arg
) * src->nargs);
in perf_probe_event__copy()
3800
struct
perf_probe_arg
*pvar)
in copy_to_probe_trace_arg()
H
A
D
probe-finder.c
1279
struct
perf_probe_arg
*args;
1316
struct
perf_probe_arg
*args)
in expand_probe_args()
1365
struct
perf_probe_arg
*args = NULL;
in add_probe_trace_event()
1400
args = zalloc(sizeof(struct
perf_probe_arg
) * MAX_PROBE_ARGS);
in add_probe_trace_event()
Completed in 16 milliseconds