Home
last modified time | relevance | path

Searched refs:hist_entry__cmp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.h165 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
H A Dhist.c604 cmp = hist_entry__cmp(he, entry); in hists__findnew_entry()
1132 if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { in iter_add_next_cumulative_entry()
1247 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() function
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.h179 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
H A Dhist.c615 cmp = hist_entry__cmp(he, entry); in hists__findnew_entry()
1161 if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { in iter_add_next_cumulative_entry()
1276 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() function

Completed in 10 milliseconds