Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-diff.c788 int c, int sort_idx) in hist_entry__cmp_compute() argument
800 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
801 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
818 int c, int sort_idx) in hist_entry__cmp_compute_idx() argument
822 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
823 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()