Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddso.h322 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
323 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
Ddso.c1217 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() argument
1221 if (cmp_short) { in __dsos__find()
1230 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() argument
1234 dso = __dsos__find(dsos, name, cmp_short); in dsos__find()