Lines Matching refs:sort
6 * DSOs and symbol information, sort them and produce a diff.
18 #include "util/sort.h"
457 * period in order to sort entries by percentage delta.
590 bh->block_fmt.sort = block_sort;
1012 /* Don't sort callchain for perf diff */
1289 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1290 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..."
1753 fmt->sort = hist_entry__cmp_baseline;
1757 fmt->sort = hist_entry__cmp_delta;
1761 fmt->sort = hist_entry__cmp_ratio;
1765 fmt->sort = hist_entry__cmp_wdiff;
1769 fmt->sort = hist_entry__cmp_delta_abs;
1773 fmt->sort = hist_entry__cmp_nop;
1777 fmt->sort = hist_entry__cmp_nop;
1780 fmt->sort = hist_entry__cmp_nop;
1831 * Prepend an fmt to sort on columns at 'sort_compute' first.
1832 * This fmt is added only to the sort list but not to the
1852 fmt->sort = hist_entry__cmp_delta_idx;
1855 fmt->sort = hist_entry__cmp_ratio_idx;
1858 fmt->sort = hist_entry__cmp_wdiff_idx;
1861 fmt->sort = hist_entry__cmp_delta_abs_idx;
1865 * Should set since 'fmt->sort' is called without
1868 fmt->sort = hist_entry__cmp_nop;