Home
last modified time | relevance | path

Searched refs:maps__next (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dmap.h120 struct map *maps__next(struct map *map);
156 return maps__next(map); in map_groups__next()
Dmap.c574 struct map *maps__next(struct map *map) in maps__next() function