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__get
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
addr_location.c
41
dst->thread =
thread__get
(src->thread);
in addr_location__copy()
H
A
D
thread.c
131
struct thread *
thread__get
(struct thread *thread)
in thread__get()
function
435
return
thread__get
(thread);
in thread__main_thread()
H
A
D
thread.h
76
struct thread *
thread__get
(struct thread *thread);
H
A
D
machine.c
579
return
thread__get
(th);
in __threads__get_last_match()
604
threads->last_match =
thread__get
(th);
in __threads__set_last_match()
640
return
thread__get
(th);
in ____machine__findnew_thread()
688
return
thread__get
(th);
in ____machine__findnew_thread()
H
A
D
event.c
608
al->thread =
thread__get
(thread);
in thread__find_map()
H
A
D
cs-etm.c
626
tidq->prev_packet_thread =
thread__get
(tidq->thread);
in cs_etm__packet_swap()
H
A
D
hist.c
501
he->thread =
thread__get
(he->thread);
in hist_entry__init()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
hists_link.c
99
fake_common_samples[k].thread =
thread__get
(al.thread);
in add_hist_entries()
119
fake_samples[i][k].thread =
thread__get
(al.thread);
in add_hist_entries()
H
A
D
hists_filter.c
93
fake_samples[i].thread =
thread__get
(al.thread);
in add_hist_entries()
H
A
D
hists_cumulate.c
115
fake_samples[i].thread =
thread__get
(al.thread);
in add_hist_entries()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
thread.h
72
struct thread *
thread__get
(struct thread *thread);
H
A
D
thread.c
118
struct thread *
thread__get
(struct thread *thread)
in thread__get()
function
428
return
thread__get
(thread);
in thread__main_thread()
H
A
D
machine.c
461
return
thread__get
(th);
in __threads__get_last_match()
520
return
thread__get
(th);
in ____machine__findnew_thread()
555
thread__get
(th);
in ____machine__findnew_thread()
H
A
D
hist.c
490
thread__get
(he->thread);
in hist_entry__init()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
1025
atoms->thread =
thread__get
(thread);
in thread_atoms_insert()
1580
sched->curr_thread[this_cpu] =
thread__get
(sched_in);
in map_switch_event()
H
A
D
builtin-trace.c
2346
trace->current =
thread__get
(thread);
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
1047
atoms->thread =
thread__get
(thread);
in thread_atoms_insert()
1620
sched->curr_thread[this_cpu.cpu] =
thread__get
(sched_in);
in map_switch_event()
H
A
D
builtin-trace.c
2399
trace->current =
thread__get
(thread);
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
2532
browser->hists->thread_filter =
thread__get
(thread);
in do_zoom_thread()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
2537
browser->hists->thread_filter =
thread__get
(thread);
in do_zoom_thread()
Completed in 64 milliseconds