Searched refs:pairs (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | sort.h | 83 } pairs; member 119 return !list_empty(&he->pairs.node); in hist_entry__has_pairs() 125 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair() 132 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
|
D | hist.c | 363 INIT_LIST_HEAD(&he->pairs.node); in hist_entry__new()
|
/tools/perf/ui/ |
D | hist.c | 46 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt() 171 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort() 176 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
|
/tools/perf/ |
D | builtin-diff.c | 398 list_for_each_entry(pair, &he->pairs.head, pairs.node) in get_pair_data()
|