Lines Matching refs:sort
6 * DSOs and symbol information, sort them and produce a diff.
17 #include "util/sort.h"
459 * period in order to sort entries by percentage delta.
592 bh->block_fmt.sort = block_sort;
1014 /* Don't sort callchain for perf diff */
1292 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1293 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..."
1756 fmt->sort = hist_entry__cmp_baseline;
1760 fmt->sort = hist_entry__cmp_delta;
1764 fmt->sort = hist_entry__cmp_ratio;
1768 fmt->sort = hist_entry__cmp_wdiff;
1772 fmt->sort = hist_entry__cmp_delta_abs;
1776 fmt->sort = hist_entry__cmp_nop;
1780 fmt->sort = hist_entry__cmp_nop;
1783 fmt->sort = hist_entry__cmp_nop;
1834 * Prepend an fmt to sort on columns at 'sort_compute' first.
1835 * This fmt is added only to the sort list but not to the
1855 fmt->sort = hist_entry__cmp_delta_idx;
1858 fmt->sort = hist_entry__cmp_ratio_idx;
1861 fmt->sort = hist_entry__cmp_wdiff_idx;
1864 fmt->sort = hist_entry__cmp_delta_abs_idx;
1868 * Should set since 'fmt->sort' is called without
1871 fmt->sort = hist_entry__cmp_nop;