Lines Matching refs:pair
41 struct hist_entry *pair; in __hpp__fmt() local
46 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
47 u64 period = get_field(pair); in __hpp__fmt()
48 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
53 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
153 struct hist_entry *pair; in __hpp__sort() local
171 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort()
172 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
173 fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
176 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
177 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
178 fields_b[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()