Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsort.c235 const char *dso_name_l, *dso_name_r; in _sort__dso_cmp() local
241 dso_name_l = dso_l->long_name; in _sort__dso_cmp()
244 dso_name_l = dso_l->short_name; in _sort__dso_cmp()
248 return strcmp(dso_name_l, dso_name_r); in _sort__dso_cmp()