Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dsort.h112 extern int64_t sort__thread_cmp(struct hist_entry *, struct hist_entry *);
Dsort.c33 .se_cmp = sort__thread_cmp,
102 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) in sort__thread_cmp() function