Home
last modified time | relevance | path

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

/tools/perf/util/
Dsort.h83 } 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()
Dhist.c363 INIT_LIST_HEAD(&he->pairs.node); in hist_entry__new()
/tools/perf/ui/
Dhist.c46 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/
Dbuiltin-diff.c398 list_for_each_entry(pair, &he->pairs.head, pairs.node) in get_pair_data()