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:get_tracing_file
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/api/fs/
H
A
D
tracing_path.c
68
char *
get_tracing_file
(const char *name)
in get_tracing_file()
function
101
char *path =
get_tracing_file
("events");
in tracing_events__opendir()
113
char *path =
get_tracing_file
("events");
in tracing_events__scandir_alphasort()
H
A
D
tracing_path.h
14
char *
get_tracing_file
(const char *name);
/kernel/linux/linux-5.10/tools/lib/api/fs/
H
A
D
tracing_path.c
73
char *
get_tracing_file
(const char *name)
in get_tracing_file()
function
106
char *path =
get_tracing_file
("events");
in tracing_events__opendir()
H
A
D
tracing_path.h
13
char *
get_tracing_file
(const char *name);
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-ftrace.c
93
file =
get_tracing_file
(name);
in __write_tracing_file()
151
file =
get_tracing_file
(name);
in read_tracing_file_to_stdout()
193
file =
get_tracing_file
(name);
in read_tracing_file_by_line()
619
trace_file =
get_tracing_file
("trace_pipe");
in __cmd_ftrace()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-ftrace.c
71
file =
get_tracing_file
(name);
in __write_tracing_file()
129
file =
get_tracing_file
(name);
in read_tracing_file_to_stdout()
171
file =
get_tracing_file
(name);
in read_tracing_file_by_line()
605
trace_file =
get_tracing_file
("trace_pipe");
in __cmd_ftrace()
825
trace_file =
get_tracing_file
("trace_pipe");
in prepare_func_latency()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
trace-event-info.c
264
path =
get_tracing_file
("events");
in record_event_files()
341
path =
get_tracing_file
("printk_formats");
in record_ftrace_printk()
369
path =
get_tracing_file
("saved_cmdlines");
in record_saved_cmdline()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
trace-event-info.c
264
path =
get_tracing_file
("events");
in record_event_files()
341
path =
get_tracing_file
("printk_formats");
in record_ftrace_printk()
369
path =
get_tracing_file
("saved_cmdlines");
in record_saved_cmdline()
H
A
D
print-events.c
64
char *events_path =
get_tracing_file
("events");
in print_tracepoint_events()
Completed in 6 milliseconds