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:se_collapse
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
sort.h
268
int64_t (*
se_collapse
)(struct hist_entry *, struct hist_entry *);
member
H
A
D
sort.c
162
.
se_collapse
= sort__comm_collapse,
1843
collapse_fn = hse->se->
se_collapse
?: hse->se->se_cmp;
in __sort__hpp_collapse()
2538
if (sd->entry->
se_collapse
)
in __sort_dimension__add()
2631
sd->entry->
se_collapse
= sort__sym_sort;
in sort_dimension__add()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
sort.h
286
int64_t (*
se_collapse
)(struct hist_entry *, struct hist_entry *);
member
H
A
D
sort.c
222
.
se_collapse
= sort__comm_collapse,
473
.
se_collapse
= sort__srcline_collapse,
526
.
se_collapse
= sort__srcline_from_collapse,
574
.
se_collapse
= sort__srcline_to_collapse,
695
.
se_collapse
= sort__srcfile_collapse,
2328
collapse_fn = hse->se->
se_collapse
?: hse->se->se_cmp;
in __sort__hpp_collapse()
3087
if (sd->entry->
se_collapse
)
in __sort_dimension__add()
3198
sd->entry->
se_collapse
= sort__sym_sort;
in sort_dimension__add()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
1702
collapse_fn = dim->se->
se_collapse
?: dim->se->se_cmp;
in c2c_se_collapse()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
1950
collapse_fn = dim->se->
se_collapse
?: dim->se->se_cmp;
in c2c_se_collapse()
Completed in 20 milliseconds