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:map_r
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
sort.c
171
static int64_t _sort__dso_cmp(struct map *map_l, struct map *
map_r
)
in _sort__dso_cmp()
argument
174
struct dso *dso_r =
map_r
?
map_r
->dso : NULL;
in _sort__dso_cmp()
1101
struct map *
map_r
= NULL;
in sort__dso_daddr_cmp()
local
1106
map_r
= right->mem_info->daddr.ms.map;
in sort__dso_daddr_cmp()
1108
return _sort__dso_cmp(map_l,
map_r
);
in sort__dso_daddr_cmp()
1641
static int64_t _sort__dso_size_cmp(struct map *map_l, struct map *
map_r
)
in _sort__dso_size_cmp()
argument
1644
int64_t size_r =
map_r
!= NULL ? map__size(
map_r
) : 0;
in _sort__dso_size_cmp()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
sort.c
231
static int64_t _sort__dso_cmp(struct map *map_l, struct map *
map_r
)
in _sort__dso_cmp()
argument
234
struct dso *dso_r =
map_r
? map__dso(
map_r
) : NULL;
in _sort__dso_cmp()
1370
struct map *
map_r
= NULL;
in sort__dso_daddr_cmp()
local
1375
map_r
= right->mem_info->daddr.ms.map;
in sort__dso_daddr_cmp()
1377
return _sort__dso_cmp(map_l,
map_r
);
in sort__dso_daddr_cmp()
2060
static int64_t _sort__dso_size_cmp(struct map *map_l, struct map *
map_r
)
in _sort__dso_size_cmp()
argument
2063
int64_t size_r =
map_r
!= NULL ? map__size(
map_r
) : 0;
in _sort__dso_size_cmp()
Completed in 10 milliseconds