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_stat
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-lock.c
114
struct
thread_stat
{
struct
123
static struct
thread_stat
*thread_stat_find(u32 tid)
in thread_stat_find()
126
struct
thread_stat
*st;
in thread_stat_find()
130
st = container_of(node, struct
thread_stat
, rb);
in thread_stat_find()
142
static void thread_stat_insert(struct
thread_stat
*new)
in thread_stat_insert()
146
struct
thread_stat
*p;
in thread_stat_insert()
149
p = container_of(*rb, struct
thread_stat
, rb);
in thread_stat_insert()
157
BUG_ON("inserting invalid
thread_stat
\n");
in thread_stat_insert()
164
static struct
thread_stat
*thread_stat_findnew_after_first(u32 tid)
in thread_stat_findnew_after_first()
166
struct
thread_stat
*s
in thread_stat_findnew_after_first()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-lock.c
86
static struct
thread_stat
*thread_stat_find(u32 tid)
in thread_stat_find()
89
struct
thread_stat
*st;
in thread_stat_find()
93
st = container_of(node, struct
thread_stat
, rb);
in thread_stat_find()
105
static void thread_stat_insert(struct
thread_stat
*new)
in thread_stat_insert()
109
struct
thread_stat
*p;
in thread_stat_insert()
112
p = container_of(*rb, struct
thread_stat
, rb);
in thread_stat_insert()
120
BUG_ON("inserting invalid
thread_stat
\n");
in thread_stat_insert()
127
static struct
thread_stat
*thread_stat_findnew_after_first(u32 tid)
in thread_stat_findnew_after_first()
129
struct
thread_stat
*st;
in thread_stat_findnew_after_first()
135
st = zalloc(sizeof(struct
thread_stat
));
in thread_stat_findnew_after_first()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
lock-contention.h
90
struct
thread_stat
{
struct
Completed in 4 milliseconds