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_point
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
probe-event.h
65
struct
perf_probe_point
{
struct
96
struct
perf_probe_point
point; /* Probe point */
139
char *synthesize_perf_probe_point(struct
perf_probe_point
*pp);
H
A
D
probe-event.c
228
static void clear_perf_probe_point(struct
perf_probe_point
*pp)
in clear_perf_probe_point()
367
struct
perf_probe_point
*pp,
in find_alternative_probe_point()
368
struct
perf_probe_point
*result,
in find_alternative_probe_point()
423
struct
perf_probe_point
*tmp)
in get_alternative_probe_event()
441
struct
perf_probe_point
pp = { .function = lr->function,
in get_alternative_line_range()
444
struct
perf_probe_point
result;
in get_alternative_line_range()
634
struct
perf_probe_point
*pp,
in find_perf_probe_point_from_dwarf()
895
struct
perf_probe_point
tmp;
in try_to_find_probe_trace_events()
1126
struct
perf_probe_point
tmp;
in show_available_vars_at()
1220
struct
perf_probe_point
*p
in find_perf_probe_point_from_dwarf()
[all...]
H
A
D
probe-finder.h
48
/* Find a
perf_probe_point
from debuginfo */
50
struct
perf_probe_point
*ppt);
H
A
D
probe-finder.c
987
struct
perf_probe_point
*pp = &pf->pev->point;
in skip_prologue()
1020
struct
perf_probe_point
*pp = &pf->pev->point;
in probe_point_inline_cb()
1060
struct
perf_probe_point
*pp = &pf->pev->point;
in probe_point_search_cb()
1156
struct
perf_probe_point
*pp = &pf->pev->point;
in debuginfo__find_probe_location()
1347
struct
perf_probe_point
*pp = &pf->pev->point;
in add_probe_trace_event()
1575
struct
perf_probe_point
*pp = &pf->pev->point;
in add_available_vars()
1704
struct
perf_probe_point
*ppt)
in debuginfo__find_probe_point()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
probe-event.h
66
struct
perf_probe_point
{
struct
97
struct
perf_probe_point
point; /* Probe point */
H
A
D
probe-event.c
56
static char *synthesize_perf_probe_point(struct
perf_probe_point
*pp);
238
static void clear_perf_probe_point(struct
perf_probe_point
*pp)
in clear_perf_probe_point()
377
struct
perf_probe_point
*pp,
in find_alternative_probe_point()
378
struct
perf_probe_point
*result,
in find_alternative_probe_point()
433
struct
perf_probe_point
*tmp)
in get_alternative_probe_event()
451
struct
perf_probe_point
pp = { .function = lr->function,
in get_alternative_line_range()
454
struct
perf_probe_point
result;
in get_alternative_line_range()
644
struct
perf_probe_point
*pp,
in find_perf_probe_point_from_dwarf()
912
struct
perf_probe_point
tmp;
in try_to_find_probe_trace_events()
1154
struct
perf_probe_point
tm
in show_available_vars_at()
[all...]
H
A
D
probe-finder.h
48
/* Find a
perf_probe_point
from debuginfo */
50
struct
perf_probe_point
*ppt);
H
A
D
probe-finder.c
992
struct
perf_probe_point
*pp = &pf->pev->point;
in skip_prologue()
1025
struct
perf_probe_point
*pp = &pf->pev->point;
in probe_point_inline_cb()
1065
struct
perf_probe_point
*pp = &pf->pev->point;
in probe_point_search_cb()
1170
struct
perf_probe_point
*pp = &pf->pev->point;
in debuginfo__find_probe_location()
1363
struct
perf_probe_point
*pp = &pf->pev->point;
in add_probe_trace_event()
1591
struct
perf_probe_point
*pp = &pf->pev->point;
in add_available_vars()
1720
struct
perf_probe_point
*ppt)
in debuginfo__find_probe_point()
Completed in 16 milliseconds