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 cgroup_id */
935 /* --sort cgroup */
968 /* --sort socket */
1000 /* --sort time */
1030 /* --sort trace */
1100 /* sort keys for branch stacks */
1459 /* --sort daddr_sym */
1667 /* if both are NULL, jump to sort on al_addr instead */ in sort__dcacheline_cmp()
1681 * anonymous in userspace. Sort those on pid then address. in sort__dcacheline_cmp()
1684 * assumed to be unity mapped. Sort those on address. in sort__dcacheline_cmp()
2166 /* --sort symbol_size */
2205 /* --sort dso_size */
2244 /* --sort addr */
2281 /* --sort type */
2349 /* --sort typeoff */
2427 /* --sort typecln */
2795 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
2847 * hist entry is filtered if any of sort key in the hpp list in hist_entry__filter()
3164 hde->hpp.sort = __sort__hde_cmp; in __alloc_dynamic_entry()
3528 * sort dimensions not applicable for the current in sort_dimension__add()
3529 * architecture. If so, Skip that sort key since in sort_dimension__add()
3673 …ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be deter… in setup_sort_list()
3675 ui__error("Invalid --sort key: `%s'", tok); in setup_sort_list()
3678 ui__error("Unknown --sort key: `%s'", tok); in setup_sort_list()
3728 * Append '+'-prefixed sort order to the default sort in setup_sort_order()
3735 ui__error("Invalid --sort key: `+'"); in setup_sort_order()
3745 pr_err("Not enough memory to set up --sort"); in setup_sort_order()
3798 * If user specified field order but no sort order, in __setup_sorting()
3799 * we'll honor it and not add default sort orders. in __setup_sorting()
3809 pr_err("Not enough memory to setup sort keys"); in __setup_sorting()
3908 * It makes no sense to elide all of sort entries. in sort__setup_elide()
3938 ui__warning("--fields weight shows the average value unlike in the --sort key.\n"); in output_field_add()
4076 /* copy sort keys to output fields */ in setup_sorting()
4078 /* and then copy output fields to sort keys */ in setup_sorting()