Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddsos.c103 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name() function
111 return __dso__cmp_short_name(a->short_name, &a->id, b); in dso__cmp_short_name()
213 if (__dso__cmp_short_name(name, id, pos) == 0) in __dsos__find_id()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds