Searched defs:dsos (Results 1 – 5 of 5) sorted by relevance
124 struct dsos { struct125 struct list_head head;126 struct rb_root root; /* rbtree root sorted by long name */
1036 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add()1042 struct dso *dsos__find(const struct dsos *dsos, const char *name, in dsos__find()1056 struct dso *dsos__addnew(struct dsos *dsos, const char *name) in dsos__addnew()1067 struct dso *__dsos__findnew(struct dsos *dsos, const char *name) in __dsos__findnew()
17 static void dsos__init(struct dsos *dsos) in dsos__init()81 static void dsos__delete(struct dsos *dsos) in dsos__delete()
1221 struct dsos *dsos; in __event_process_build_id() local
188 static struct dso **dsos; variable