Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsort.h155 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
H A Dsort.c1682 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right) in sort__dcacheline_cmp() function
1927 .se_cmp = sort__dcacheline_cmp,
/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c504 return sort__dcacheline_cmp(left, right); in dcacheline_cmp()