Home
last modified time | relevance | path

Searched refs:sort__comm_collapse (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dsort.h114 extern int64_t sort__comm_collapse(struct hist_entry *, struct hist_entry *);
Dsort.c41 .se_collapse = sort__comm_collapse,
223 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) in sort__comm_collapse() function