Lines Matching refs:pair
48 struct hist_entry *pair; in __hpp__fmt() local
53 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
54 u64 period = get_field(pair); in __hpp__fmt()
55 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
60 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
160 struct hist_entry *pair; in __hpp__sort() local
178 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort()
179 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
180 fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
183 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
184 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
185 fields_b[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()