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:unfolded
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
73
if (he->leaf && he->
unfolded
)
in hist_browser__get_folding()
156
static char tree__folded_sign(bool
unfolded
)
in tree__folded_sign()
argument
158
return
unfolded
? '-' : '+';
in tree__folded_sign()
163
return he->has_children ? tree__folded_sign(he->
unfolded
) : ' ';
in hist_entry__folded()
168
return cl->has_children ? tree__folded_sign(cl->
unfolded
) : ' ';
in callchain_list__folded()
173
cl->
unfolded
= unfold ? cl->has_children : false;
in callchain_list__set_folding()
195
if (folded_sign == '-') /* Have children and they're
unfolded
*/
in callchain_node__count_rows_rb_tree()
239
bool
unfolded
= false;
in callchain_node__count_rows()
local
250
unfolded
= chain->
unfolded
;
in callchain_node__count_rows()
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
73
if (he->leaf && he->
unfolded
)
in hist_browser__get_folding()
156
static char tree__folded_sign(bool
unfolded
)
in tree__folded_sign()
argument
158
return
unfolded
? '-' : '+';
in tree__folded_sign()
163
return he->has_children ? tree__folded_sign(he->
unfolded
) : ' ';
in hist_entry__folded()
168
return cl->has_children ? tree__folded_sign(cl->
unfolded
) : ' ';
in callchain_list__folded()
173
cl->
unfolded
= unfold ? cl->has_children : false;
in callchain_list__set_folding()
195
if (folded_sign == '-') /* Have children and they're
unfolded
*/
in callchain_node__count_rows_rb_tree()
239
bool
unfolded
= false;
in callchain_node__count_rows()
local
250
unfolded
= chain->
unfolded
;
in callchain_node__count_rows()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
sort.h
131
bool
unfolded
;
member
H
A
D
callchain.h
122
bool
unfolded
;
member
H
A
D
hist.c
1969
if (he->
unfolded
|| hmd == HMD_FORCE_CHILD)
in can_goto_child()
2062
parent->
unfolded
= false;
in hists__remove_entry_filter()
2075
h->
unfolded
= false;
in hists__remove_entry_filter()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
callchain.h
122
bool
unfolded
;
member
H
A
D
sort.h
135
bool
unfolded
;
member
H
A
D
hist.c
2011
if (he->
unfolded
|| hmd == HMD_FORCE_CHILD)
in can_goto_child()
2104
parent->
unfolded
= false;
in hists__remove_entry_filter()
2117
h->
unfolded
= false;
in hists__remove_entry_filter()
Completed in 15 milliseconds