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 hist_entry__new_pair() local
165 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in hist_entry__new_pair()
166 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair()
167 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
170 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in hist_entry__new_pair()
171 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair()
172 fb[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()