Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.h150 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
H A Dsort.c1552 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp() function
1797 .se_cmp = sort__dcacheline_cmp,
/linux/tools/perf/
H A Dbuiltin-c2c.c522 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()