Home
last modified time | relevance | path

Searched defs:dsos (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Ddso.c1200 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add()
1227 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add()
1234 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find()
1247 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find()
1256 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew()
1269 struct dso *__dsos__findnew(struct dsos *dsos, const char *name) in __dsos__findnew()
1276 struct dso *dsos__findnew(struct dsos *dsos, const char *name) in dsos__findnew()
Ddso.h127 struct dsos { struct
128 struct list_head head;
129 struct rb_root root; /* rbtree root sorted by long name */
130 pthread_rwlock_t lock;
Dmachine.h40 struct dsos dsos; member
Dmachine.c19 static void dsos__init(struct dsos *dsos) in dsos__init()
90 static void dsos__purge(struct dsos *dsos) in dsos__purge()
106 static void dsos__exit(struct dsos *dsos) in dsos__exit()
/tools/perf/tests/
Ddso-data.c199 static struct dso **dsos; variable