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:thread_trace
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
1262
struct
thread_trace
{
struct
1285
static struct
thread_trace
*thread_trace__new(void)
in thread_trace__new()
1287
struct
thread_trace
*ttrace = zalloc(sizeof(struct
thread_trace
));
in thread_trace__new()
1297
static void thread_trace__free_files(struct
thread_trace
*ttrace);
1301
struct
thread_trace
*ttrace = pttrace;
in thread_trace__delete()
1313
static struct
thread_trace
*thread__trace(struct thread *thread, FILE *fp)
in thread__trace()
1315
struct
thread_trace
*ttrace;
in thread__trace()
1340
struct
thread_trace
*ttrace = thread__priv(arg->thread);
in syscall_arg__set_ret_scnprintf()
1350
static void thread_trace__free_files(struct
thread_trace
*ttrac
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
1254
struct
thread_trace
{
struct
1277
static struct
thread_trace
*thread_trace__new(void)
in thread_trace__new()
1279
struct
thread_trace
*ttrace = zalloc(sizeof(struct
thread_trace
));
in thread_trace__new()
1289
static struct
thread_trace
*thread__trace(struct thread *thread, FILE *fp)
in thread__trace()
1291
struct
thread_trace
*ttrace;
in thread__trace()
1316
struct
thread_trace
*ttrace = thread__priv(arg->thread);
in syscall_arg__set_ret_scnprintf()
1326
static struct file *thread_trace__files_entry(struct
thread_trace
*ttrace, int fd)
in thread_trace__files_entry()
1358
struct
thread_trace
*ttrace = thread__priv(thread);
in trace__set_fd_pathname()
1402
struct
thread_trace
*ttrac
in thread__fd_path()
[all...]
Completed in 10 milliseconds