Searched refs:hist_entry__collapse (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dhist.c388 * hist_entry__collapse() so that we can use an appropriate add_hist_entry()
923 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) hist_entry__collapse() function
968 cmp = hist_entry__collapse(iter, he); hists__collapse_insert_entry()
1315 cmp = hist_entry__collapse(he, pair); hists__add_dummy_entry()
1351 int64_t cmp = hist_entry__collapse(iter, he); hists__find_entry()
H A Dhist.h118 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);

Completed in 105 milliseconds