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:maps__nr_maps
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
maps.c
23
if (
maps__nr_maps
(maps) != size) {
in check_maps()
24
pr_debug("Expected %d maps, got %d", size,
maps__nr_maps
(maps));
in check_maps()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
maps.c
29
for (unsigned int i = 0; i <
maps__nr_maps
(maps); i++)
in __maps__free_maps_by_name()
91
if (
maps__nr_maps
(maps) > RC_CHK_ACCESS(maps)->nr_maps_allocated) {
in maps__insert()
92
int nr_allocate =
maps__nr_maps
(maps) * 2;
in maps__insert()
105
maps__maps_by_name(maps)[
maps__nr_maps
(maps) - 1] = map__get(map);
in maps__insert()
H
A
D
maps.h
94
static inline unsigned int
maps__nr_maps
(const struct maps *maps)
in maps__nr_maps()
function
H
A
D
symbol.c
2098
qsort(maps__maps_by_name(maps),
maps__nr_maps
(maps), sizeof(struct map *), map__strcmp);
in __maps__sort_by_name()
2105
maps__nr_maps
(maps) * sizeof(struct map *));
in map__groups__sort_by_name_from_rbtree()
2115
RC_CHK_ACCESS(maps)->nr_maps_allocated =
maps__nr_maps
(maps);
in map__groups__sort_by_name_from_rbtree()
2136
mapp = bsearch(name, maps__maps_by_name(maps),
maps__nr_maps
(maps),
in __maps__find_by_name()
H
A
D
machine.c
444
if (
maps__nr_maps
(thread__maps(thread)))
in findnew_guest_code()
Completed in 10 milliseconds