Home
last modified time | relevance | path

Searched refs:p_right (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c803 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
812 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
814 if (!p_left && !p_right) in hist_entry__cmp_compute()
817 if (!p_left || !p_right) in hist_entry__cmp_compute()
824 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
831 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
834 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
836 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
839 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
855 return __hist_entry__cmp_compute(p_left, p_right, in hist_entry__cmp_compute_idx()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-diff.c805 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
814 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
816 if (!p_left && !p_right) in hist_entry__cmp_compute()
819 if (!p_left || !p_right) in hist_entry__cmp_compute()
826 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
833 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
836 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
838 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
841 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
857 return __hist_entry__cmp_compute(p_left, p_right, in hist_entry__cmp_compute_idx()
[all...]

Completed in 4 milliseconds