Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.h647 int dso__cmp_id(struct dso *a, struct dso *b);
H A Ddso.c1358 int dso__cmp_id(struct dso *a, struct dso *b) in dso__cmp_id() function
H A Dsort.c1578 rc = dso__cmp_id(l_dso, r_dso); in sort__dcacheline_cmp()