Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-diff.c535 int c, int sort_idx) in hist_entry__cmp_compute() argument
547 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()
548 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
565 int c, int sort_idx) in hist_entry__cmp_compute_idx() argument
569 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
570 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()