Searched refs:get_pair_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 518 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() function 536 return get_pair_data(he, d); in get_pair_fmt() 710 pair = get_pair_data(he, d); in hists__precompute() 811 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute() 812 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute() 833 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx() 834 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 520 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()
|
Completed in 6 milliseconds