Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.h324 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
325 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
Ddso.c1234 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() argument
1238 if (cmp_short) { in __dsos__find()
1247 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() argument
1251 dso = __dsos__find(dsos, name, cmp_short); in dsos__find()