Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsort.h128 static inline bool hist_entry__has_pairs(struct hist_entry *he) in hist_entry__has_pairs() function
135 if (hist_entry__has_pairs(he)) in hist_entry__next_pair()
Dhist.c1476 if (!hist_entry__has_pairs(pos)) { in hists__link()
/linux-4.4.14/tools/perf/tests/
Dhists_link.c171 if (hist_entry__has_pairs(he)) { in __validate_match()
223 if (hist_entry__has_pairs(he)) { in __validate_link()
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c408 if (hist_entry__has_pairs(he)) { in get_pair_data()
537 bool pairs_left = hist_entry__has_pairs(left); in hist_entry__cmp_compute()
538 bool pairs_right = hist_entry__has_pairs(right); in hist_entry__cmp_compute()