Lines Matching refs:pair
83 struct hist_entry *pair; in __hpp__fmt() local
88 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
90 if (values[i].hists != pair->hists) in __hpp__fmt()
93 values[i].val = get_field(pair); in __hpp__fmt()
94 values[i].samples = pair->stat.nr_events; in __hpp__fmt()
212 struct hist_entry *pair; in hist_entry__new_pair() local
217 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in hist_entry__new_pair()
218 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair()
219 fa[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()
222 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in hist_entry__new_pair()
223 struct evsel *evsel = hists_to_evsel(pair->hists); in hist_entry__new_pair()
224 fb[evsel__group_idx(evsel)] = get_field(pair); in hist_entry__new_pair()