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

/linux-master/tools/perf/util/
H A Dsort.h179 static inline bool hist_entry__has_pairs(struct hist_entry *he) function
186 if (hist_entry__has_pairs(he))
H A Dhist.c2579 if (hist_entry__has_pairs(pos)) {
2638 if (!hist_entry__has_pairs(pos)) {
/linux-master/tools/perf/tests/
H A Dhists_link.c180 if (hist_entry__has_pairs(he)) {
232 if (hist_entry__has_pairs(he)) {
/linux-master/tools/perf/
H A Dbuiltin-diff.c522 if (hist_entry__has_pairs(he)) {
566 bool pairs_left = hist_entry__has_pairs(left);
567 bool pairs_right = hist_entry__has_pairs(right);
803 bool pairs_left = hist_entry__has_pairs(left);
804 bool pairs_right = hist_entry__has_pairs(right);

Completed in 109 milliseconds