Home
last modified time | relevance | path

Searched refs:get_pair_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c520 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() function
538 return get_pair_data(he, d); in get_pair_fmt()
712 pair = get_pair_data(he, d); in hists__precompute()
813 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
814 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
835 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
836 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()