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.h157 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
H A Dsort.c1719 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp() function
1968 .se_cmp = sort__dcacheline_cmp,
/linux/tools/perf/
H A Dbuiltin-c2c.c542 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()