Lines Matching refs:pair
44 struct hist_entry *pair; in __hpp__fmt() local
49 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
50 u64 period = get_field(pair); in __hpp__fmt()
51 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
56 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
156 struct hist_entry *pair; in __hpp__sort() local
174 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort()
175 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
176 fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
179 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
180 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
181 fields_b[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()