Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddso.c1183 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add()
1210 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add()
1217 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find()
1230 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find()
1239 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew()
1250 struct dso *__dsos__findnew(struct dsos *dsos, const char *name) in __dsos__findnew()
1257 struct dso *dsos__findnew(struct dsos *dsos, const char *name) in dsos__findnew()
Ddso.h126 struct dsos { struct
127 struct list_head head;
128 struct rb_root root; /* rbtree root sorted by long name */
129 pthread_rwlock_t lock;
Dmachine.h38 struct dsos dsos; member
Dmachine.c19 static void dsos__init(struct dsos *dsos) in dsos__init()
86 static void dsos__purge(struct dsos *dsos) in dsos__purge()
102 static void dsos__exit(struct dsos *dsos) in dsos__exit()
/linux-4.4.14/tools/perf/tests/
Ddso-data.c199 static struct dso **dsos; variable