Lines Matching refs:rb_root
81 struct rb_root *symbols = &self->dso->symbols[self->type]; in map__fixup_start()
91 struct rb_root *symbols = &self->dso->symbols[self->type]; in map__fixup_end()
233 static void maps__delete(struct rb_root *self) in maps__delete()
271 struct rb_root *root = &self->maps[type]; in map_groups__flush()
390 struct rb_root *root = &self->maps[map->type]; in map_groups__fixup_overlappings()
501 void maps__insert(struct rb_root *maps, struct map *map) in maps__insert()
521 void maps__remove(struct rb_root *self, struct map *map) in maps__remove()
526 struct map *maps__find(struct rb_root *maps, u64 ip) in maps__find()
584 struct machine *machines__add(struct rb_root *self, pid_t pid, in machines__add()
614 struct machine *machines__find(struct rb_root *self, pid_t pid) in machines__find()
637 struct machine *machines__findnew(struct rb_root *self, pid_t pid) in machines__findnew()
663 void machines__process(struct rb_root *self, machine__process_t process, void *data) in machines__process()