Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddso.h340 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
341 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
Ddso.c1374 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() argument
1378 if (cmp_short) { in __dsos__find()
1387 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() argument
1391 dso = __dsos__find(dsos, name, cmp_short); in dsos__find()