Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsort.h161 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() function
168 if (hist_entry__has_pairs(he)) in hist_entry__next_pair()
Dhist.c2340 if (hist_entry__has_pairs(pos)) { in hists__link_hierarchy()
2399 if (!hist_entry__has_pairs(pos)) { in hists__link()
/Linux-v4.19/tools/perf/tests/
Dhists_link.c162 if (hist_entry__has_pairs(he)) { in __validate_match()
214 if (hist_entry__has_pairs(he)) { in __validate_link()
/Linux-v4.19/tools/perf/
Dbuiltin-diff.c411 if (hist_entry__has_pairs(he)) { in get_pair_data()
548 bool pairs_left = hist_entry__has_pairs(left); in hist_entry__cmp_compute()
549 bool pairs_right = hist_entry__has_pairs(right); in hist_entry__cmp_compute()