Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddsos.c116 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name() function
124 return __dso__cmp_short_name(a->short_name, &a->id, b); in dso__cmp_short_name()
226 if (__dso__cmp_short_name(name, id, pos) == 0) in __dsos__find_id()