Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsort.h331 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
H A Dsort.c1504 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp() function
1748 .se_cmp = sort__dcacheline_cmp,
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c521 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()