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_filter
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
hists_filter.c
72
hists->
thread_filter
= NULL;
in add_hist_entries()
168
hists->
thread_filter
= fake_samples[9].thread;
in test__hists_filter()
193
hists->
thread_filter
= NULL;
in test__hists_filter()
290
hists->
thread_filter
= fake_samples[1].thread;
in test__hists_filter()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
hists_filter.c
74
hists->
thread_filter
= NULL;
in add_hist_entries()
180
hists->
thread_filter
= fake_samples[9].thread;
in test__hists_filter()
205
hists->
thread_filter
= NULL;
in test__hists_filter()
302
hists->
thread_filter
= fake_samples[1].thread;
in test__hists_filter()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
hist.h
88
struct thread *
thread_filter
;
member
208
return hists->
thread_filter
|| hists->dso_filter ||
in hists__has_filter()
H
A
D
hist.c
2102
if (hists->
thread_filter
!= NULL &&
in hists__filter_entry_by_thread()
2103
he->thread != hists->
thread_filter
) {
in hists__filter_entry_by_thread()
2269
hists->
thread_filter
);
in hists__filter_by_thread()
2686
struct thread *thread = hists->
thread_filter
;
in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hist.h
100
struct thread *
thread_filter
;
member
224
return hists->
thread_filter
|| hists->dso_filter ||
in hists__has_filter()
H
A
D
hist.c
2144
if (hists->
thread_filter
!= NULL &&
in hists__filter_entry_by_thread()
2145
RC_CHK_ACCESS(he->thread) != RC_CHK_ACCESS(hists->
thread_filter
)) {
in hists__filter_entry_by_thread()
2311
hists->
thread_filter
);
in hists__filter_by_thread()
2749
struct thread *thread = hists->
thread_filter
;
in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
2517
if (browser->hists->
thread_filter
) {
in do_zoom_thread()
2518
pstack__remove(browser->pstack, &browser->hists->
thread_filter
);
in do_zoom_thread()
2520
thread__zput(browser->hists->
thread_filter
);
in do_zoom_thread()
2532
browser->hists->
thread_filter
= thread__get(thread);
in do_zoom_thread()
2534
pstack__push(browser->pstack, &browser->hists->
thread_filter
);
in do_zoom_thread()
2554
browser->hists->
thread_filter
? "out of" : "into",
in add_thread_opt()
2559
browser->hists->
thread_filter
? "out of" : "into",
in add_thread_opt()
3247
} else if (top == &browser->hists->
thread_filter
) {
in perf_evsel__hists_browse()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
2520
if (browser->hists->
thread_filter
) {
in do_zoom_thread()
2521
pstack__remove(browser->pstack, &browser->hists->
thread_filter
);
in do_zoom_thread()
2523
thread__zput(browser->hists->
thread_filter
);
in do_zoom_thread()
2537
browser->hists->
thread_filter
= thread__get(thread);
in do_zoom_thread()
2539
pstack__push(browser->pstack, &browser->hists->
thread_filter
);
in do_zoom_thread()
2558
in_out = browser->hists->
thread_filter
? "out of" : "into";
in add_thread_opt()
3249
} else if (top == &browser->hists->
thread_filter
) {
in evsel__hists_browse()
Completed in 20 milliseconds