Searched refs:maps__nr_maps (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dmaps.c180 unsigned int maps__nr_maps(const struct maps *maps) function
245 for (unsigned int i = 0; i < maps__nr_maps(maps); i++) {
295 for (unsigned int i = 0; i < maps__nr_maps(maps); i++)
330 maps__nr_maps(maps),
372 unsigned int n = maps__nr_maps(maps);
381 maps__nr_maps(maps),
397 bsearch(&map, maps__maps_by_address(maps), maps__nr_maps(maps),
403 for (unsigned int i = 0; i < maps__nr_maps(maps); i++) {
418 bsearch(&map, maps_by_name, maps__nr_maps(maps),
424 for (unsigned int i = 0; i < maps__nr_maps(map
[all...]
H A Dmaps.h46 unsigned int maps__nr_maps(const struct maps *maps); /* Test only. */
/linux-master/tools/perf/tests/
H A Dmaps.c52 if (maps__nr_maps(maps) != size) {
53 pr_debug("Expected %d maps, got %d", size, maps__nr_maps(maps));

Completed in 107 milliseconds