Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dhist.h164 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
Dhist.c589 cmp = hist_entry__cmp(he, entry); in hists__findnew_entry()
1085 if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { in iter_add_next_cumulative_entry()
1200 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() function