Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dhist.h175 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
Dhist.c1277 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse() function
1587 cmp = hist_entry__collapse(iter, he); in hists__collapse_insert_entry()
2359 cmp = hist_entry__collapse(he, pair); in hists__add_dummy_entry()
2446 int64_t cmp = hist_entry__collapse(iter, he); in hists__find_entry()