Home
last modified time | relevance | path

Searched refs:cmp_short (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Ddsos.h26 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);
Ddsos.c124 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()