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:hroot_out
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
hist.c
336
struct rb_node *node = rb_first_cached(&he->
hroot_out
);
in hists__decay_entry()
356
root_out = &he->parent_he->
hroot_out
;
in hists__delete_entry()
492
he->
hroot_out
= RB_ROOT_CACHED;
in hist_entry__init()
1809
&he->
hroot_out
,
in hists__hierarchy_output_resort()
1980
node = rb_last(&he->
hroot_out
.rb_root);
in rb_hierarchy_last()
1991
node = rb_first_cached(&he->
hroot_out
);
in __rb_hierarchy_next()
2029
node = rb_first_cached(&he->
hroot_out
);
in hist_entry__has_hierarchy_children()
2185
nd = rb_first_cached(&he->
hroot_out
);
in resort_filtered_entry()
2190
rb_erase_cached(&h->rb_node, &he->
hroot_out
);
in resort_filtered_entry()
2195
he->
hroot_out
in resort_filtered_entry()
[all...]
H
A
D
sort.h
156
struct rb_root_cached
hroot_out
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hist.c
346
struct rb_node *node = rb_first_cached(&he->
hroot_out
);
in hists__decay_entry()
366
root_out = &he->parent_he->
hroot_out
;
in hists__delete_entry()
503
he->
hroot_out
= RB_ROOT_CACHED;
in hist_entry__init()
1851
&he->
hroot_out
,
in hists__hierarchy_output_resort()
2022
node = rb_last(&he->
hroot_out
.rb_root);
in rb_hierarchy_last()
2033
node = rb_first_cached(&he->
hroot_out
);
in __rb_hierarchy_next()
2071
node = rb_first_cached(&he->
hroot_out
);
in hist_entry__has_hierarchy_children()
2227
nd = rb_first_cached(&he->
hroot_out
);
in resort_filtered_entry()
2232
rb_erase_cached(&h->rb_node, &he->
hroot_out
);
in resort_filtered_entry()
2237
he->
hroot_out
in resort_filtered_entry()
[all...]
H
A
D
sort.h
161
struct rb_root_cached
hroot_out
;
member
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H
A
D
hists.c
469
perf_gtk__add_hierarchy_entries(hists, &he->
hroot_out
,
in perf_gtk__add_hierarchy_entries()
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H
A
D
hists.c
469
perf_gtk__add_hierarchy_entries(hists, &he->
hroot_out
,
in perf_gtk__add_hierarchy_entries()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
285
node = rb_first_cached(&he->
hroot_out
);
in hierarchy_count_rows()
390
he->has_children = !RB_EMPTY_ROOT(&he->
hroot_out
.rb_root);
in hist_entry__init_have_children()
572
for (nd = rb_first_cached(&he->
hroot_out
); nd; nd = rb_next(nd)) {
in hierarchy_set_folding()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
285
node = rb_first_cached(&he->
hroot_out
);
in hierarchy_count_rows()
390
he->has_children = !RB_EMPTY_ROOT(&he->
hroot_out
.rb_root);
in hist_entry__init_have_children()
572
for (nd = rb_first_cached(&he->
hroot_out
); nd; nd = rb_next(nd)) {
in hierarchy_set_folding()
Completed in 21 milliseconds