Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsort.h173 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() function
180 if (hist_entry__has_pairs(he)) in hist_entry__next_pair()
Dhist.c2544 if (hist_entry__has_pairs(pos)) { in hists__link_hierarchy()
2603 if (!hist_entry__has_pairs(pos)) { in hists__link()
/linux-5.19.10/tools/perf/tests/
Dhists_link.c161 if (hist_entry__has_pairs(he)) { in __validate_match()
213 if (hist_entry__has_pairs(he)) { in __validate_link()
/linux-5.19.10/tools/perf/
Dbuiltin-diff.c520 if (hist_entry__has_pairs(he)) { in get_pair_data()
564 bool pairs_left = hist_entry__has_pairs(left); in block_cycles_diff_cmp()
565 bool pairs_right = hist_entry__has_pairs(right); in block_cycles_diff_cmp()
801 bool pairs_left = hist_entry__has_pairs(left); in hist_entry__cmp_compute()
802 bool pairs_right = hist_entry__has_pairs(right); in hist_entry__cmp_compute()