Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dmap.h165 struct map *maps__first(struct rb_root *maps);
196 return maps__first(&mg->maps[type]); in map_groups__first()
Dmap.c465 if (maps__first(&mg->maps[i])) in map_groups__empty()
764 struct map *maps__first(struct rb_root *maps) in maps__first() function