Lines Matching full:sort
6 * DSOs and symbol information, sort them and produce a diff.
18 #include "util/sort.h"
460 * period in order to sort entries by percentage delta. in diff__process_sample_event()
579 bh->block_fmt.sort = block_sort; in init_block_hist()
1001 /* Don't sort callchain for perf diff */ in data_process()
1279 OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
1280 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..."
1743 fmt->sort = hist_entry__cmp_baseline; in data__hpp_register()
1747 fmt->sort = hist_entry__cmp_delta; in data__hpp_register()
1751 fmt->sort = hist_entry__cmp_ratio; in data__hpp_register()
1755 fmt->sort = hist_entry__cmp_wdiff; in data__hpp_register()
1759 fmt->sort = hist_entry__cmp_delta_abs; in data__hpp_register()
1763 fmt->sort = hist_entry__cmp_nop; in data__hpp_register()
1767 fmt->sort = hist_entry__cmp_nop; in data__hpp_register()
1770 fmt->sort = hist_entry__cmp_nop; in data__hpp_register()
1821 * Prepend an fmt to sort on columns at 'sort_compute' first. in ui_init()
1822 * This fmt is added only to the sort list but not to the in ui_init()
1842 fmt->sort = hist_entry__cmp_delta_idx; in ui_init()
1845 fmt->sort = hist_entry__cmp_ratio_idx; in ui_init()
1848 fmt->sort = hist_entry__cmp_wdiff_idx; in ui_init()
1851 fmt->sort = hist_entry__cmp_delta_abs_idx; in ui_init()
1855 * Should set since 'fmt->sort' is called without in ui_init()
1858 fmt->sort = hist_entry__cmp_nop; in ui_init()