Home
last modified time | relevance | path

Searched refs:hist_entry__has_pairs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsort.h175 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() function
182 if (hist_entry__has_pairs(he)) in hist_entry__next_pair()
H A Dhist.c2586 if (hist_entry__has_pairs(pos)) { in hists__link_hierarchy()
2645 if (!hist_entry__has_pairs(pos)) { in hists__link()
/openbmc/linux/tools/perf/tests/
H A Dhists_link.c180 if (hist_entry__has_pairs(he)) { in __validate_match()
232 if (hist_entry__has_pairs(he)) { in __validate_link()
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c522 if (hist_entry__has_pairs(he)) { in get_pair_data()
566 bool pairs_left = hist_entry__has_pairs(left); in block_cycles_diff_cmp()
567 bool pairs_right = hist_entry__has_pairs(right); in block_cycles_diff_cmp()
803 bool pairs_left = hist_entry__has_pairs(left); in hist_entry__cmp_compute()
804 bool pairs_right = hist_entry__has_pairs(right); in hist_entry__cmp_compute()