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:tracepoint_path
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
trace-event-info.c
36
struct
tracepoint_path
{
struct
39
struct
tracepoint_path
*next;
144
static bool name_in_tp_list(char *sys, struct
tracepoint_path
*tps)
in name_in_tp_list()
161
static int copy_event_system(const char *sys, struct
tracepoint_path
*tps)
in copy_event_system()
224
static int record_ftrace_files(struct
tracepoint_path
*tps)
in record_ftrace_files()
242
static bool system_in_tp_list(char *sys, struct
tracepoint_path
*tps)
in system_in_tp_list()
253
static int record_event_files(struct
tracepoint_path
*tps)
in record_event_files()
391
put_tracepoints_path(struct
tracepoint_path
*tps)
in put_tracepoints_path()
394
struct
tracepoint_path
*t = tps;
in put_tracepoints_path()
403
static struct
tracepoint_path
*tracepoint_id_to_pat
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
trace-event-info.c
144
static bool name_in_tp_list(char *sys, struct
tracepoint_path
*tps)
in name_in_tp_list()
161
static int copy_event_system(const char *sys, struct
tracepoint_path
*tps)
in copy_event_system()
224
static int record_ftrace_files(struct
tracepoint_path
*tps)
in record_ftrace_files()
242
static bool system_in_tp_list(char *sys, struct
tracepoint_path
*tps)
in system_in_tp_list()
253
static int record_event_files(struct
tracepoint_path
*tps)
in record_event_files()
391
put_tracepoints_path(struct
tracepoint_path
*tps)
in put_tracepoints_path()
394
struct
tracepoint_path
*t = tps;
in put_tracepoints_path()
403
static struct
tracepoint_path
*
406
struct
tracepoint_path
path, *ppath = &path;
in get_tracepoints_path()
494
struct
tracepoint_path
*tp
in tracing_data_get()
[all...]
H
A
D
parse-events.h
22
struct
tracepoint_path
{
struct
25
struct
tracepoint_path
*next;
28
struct
tracepoint_path
*tracepoint_id_to_path(u64 config);
29
struct
tracepoint_path
*tracepoint_name_to_path(const char *name);
H
A
D
parse-events.c
220
struct
tracepoint_path
*tracepoint_id_to_path(u64 config)
in tracepoint_id_to_path()
222
struct
tracepoint_path
*path = NULL;
in tracepoint_id_to_path()
284
struct
tracepoint_path
*tracepoint_name_to_path(const char *name)
in tracepoint_name_to_path()
286
struct
tracepoint_path
*path = zalloc(sizeof(*path));
in tracepoint_name_to_path()
Completed in 11 milliseconds