Searched refs:cmp_short (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | dsos.h | 26 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short); 27 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
|
D | dsos.c | 124 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() argument 128 if (cmp_short) { in __dsos__find() 137 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() argument 141 dso = __dsos__find(dsos, name, cmp_short); in dsos__find()
|