Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c274 const char *dso_name_l, *dso_name_r; in _sort__dso_cmp() local
280 dso_name_l = dso__long_name(dso_l); in _sort__dso_cmp()
283 dso_name_l = dso__short_name(dso_l); in _sort__dso_cmp()
287 return strcmp(dso_name_l, dso_name_r); in _sort__dso_cmp()