Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dsort.c240 struct symbol *sym_r = right->parent; in sort__parent_cmp() local
242 if (!sym_l || !sym_r) in sort__parent_cmp()
243 return cmp_null(sym_l, sym_r); in sort__parent_cmp()
245 return strcmp(sym_l->name, sym_r->name); in sort__parent_cmp()