Lines Matching refs:pair
49 struct hist_entry *pair; in __hpp__fmt() local
54 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
55 u64 period = get_field(pair); in __hpp__fmt()
56 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
61 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
161 struct hist_entry *pair; in hist_entry__new_pair() local
166 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in hist_entry__new_pair()
167 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair()
168 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
171 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in hist_entry__new_pair()
172 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair()
173 fb[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()