Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddsos.c115 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name() function
123 return __dso__cmp_short_name(a->short_name, &a->id, b); in dso__cmp_short_name()
225 if (__dso__cmp_short_name(name, id, pos) == 0) in __dsos__find_id()