Lines Matching full:sort
10 #include "sort.h"
108 /* --sort pid */
144 /* --sort simd */
190 /* --sort comm */
231 /* --sort dso */
295 /* --sort symbol */
423 /* --sort symoff */
469 /* --sort srcline */
528 /* --sort srcline_from */
581 /* --sort srcline_to */
680 /* --sort callchain_branch_predicted */
713 /* --sort callchain_branch_abort */
743 /* --sort callchain_branch_cycles */
776 /* --sort srcfile */
846 /* --sort parent */
874 /* --sort cpu */
895 /* --sort parallelism */
927 /* --sort cgroup_id */
967 /* --sort cgroup */
1000 /* --sort socket */
1032 /* --sort time */
1062 /* --sort trace */
1132 /* sort keys for branch stacks */
1491 /* --sort daddr_sym */
1699 /* if both are NULL, jump to sort on al_addr instead */ in sort__dcacheline_cmp()
1713 * anonymous in userspace. Sort those on pid then address. in sort__dcacheline_cmp()
1716 * assumed to be unity mapped. Sort those on address. in sort__dcacheline_cmp()
2198 /* --sort symbol_size */
2237 /* --sort dso_size */
2276 /* --sort addr */
2313 /* --sort type */
2381 /* --sort typeoff */
2434 /* --sort typecln */
2807 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
2859 * hist entry is filtered if any of sort key in the hpp list in hist_entry__filter()
3176 hde->hpp.sort = __sort__hde_cmp; in __alloc_dynamic_entry()
3546 * sort dimensions not applicable for the current in sort_dimension__add()
3547 * architecture. If so, Skip that sort key since in sort_dimension__add()
3719 /* keep output (hpp) sort keys in the same level */ in setup_sort_list()
3734 …ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be deter… in setup_sort_list()
3736 ui__error("Invalid --sort key: `%s'", tok); in setup_sort_list()
3739 ui__error("Unknown --sort key: `%s'", tok); in setup_sort_list()
3790 * Append '+'-prefixed sort order to the default sort in setup_sort_order()
3797 ui__error("Invalid --sort key: `+'"); in setup_sort_order()
3807 pr_err("Not enough memory to set up --sort"); in setup_sort_order()
3874 * If user specified field order but no sort order, in __setup_sorting()
3875 * we'll honor it and not add default sort orders. in __setup_sorting()
3885 pr_err("Not enough memory to setup sort keys"); in __setup_sorting()
3984 * It makes no sense to elide all of sort entries. in sort__setup_elide()
4014 ui__warning("--fields weight shows the average value unlike in the --sort key.\n"); in output_field_add()
4152 /* copy sort keys to output fields */ in setup_sorting()
4154 /* and then copy output fields to sort keys */ in setup_sorting()