HomeSort by relevance Sort by last modified time
    Searched full:hist_entry__cmp (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/
builtin-diff.c 79 if (hist_entry__cmp(he, iter) < 0)
120 int64_t cmp = hist_entry__cmp(he, iter);
  /external/linux-tools-perf/util/
hist.h 64 extern int64_t hist_entry__cmp(struct hist_entry *, struct hist_entry *);
hist.c 156 cmp = hist_entry__cmp(&entry, he);
182 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) function

Completed in 552 milliseconds