Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dmap.h166 struct map *maps__next(struct map *map);
201 return maps__next(map); in map_groups__next()
Dmap.c773 struct map *maps__next(struct map *map) in maps__next() function