Lines Matching full:sort

10 #include "sort.h"
108 /* --sort pid */
144 /* --sort tgid */
181 /* --sort simd */
227 /* --sort comm */
268 /* --sort dso */
332 /* --sort symbol */
460 /* --sort symoff */
506 /* --sort srcline */
565 /* --sort srcline_from */
618 /* --sort srcline_to */
717 /* --sort callchain_branch_predicted */
750 /* --sort callchain_branch_abort */
780 /* --sort callchain_branch_cycles */
813 /* --sort srcfile */
883 /* --sort parent */
911 /* --sort cpu */
932 /* --sort parallelism */
964 /* --sort cgroup_id */
1004 /* --sort cgroup */
1037 /* --sort socket */
1069 /* --sort time */
1099 /* --sort trace */
1169 /* sort keys for branch stacks */
1528 /* --sort daddr_sym */
1736 /* if both are NULL, jump to sort on al_addr instead */ in sort__dcacheline_cmp()
1750 * anonymous in userspace. Sort those on pid then address. in sort__dcacheline_cmp()
1753 * assumed to be unity mapped. Sort those on address. in sort__dcacheline_cmp()
2239 /* --sort symbol_size */
2278 /* --sort dso_size */
2317 /* --sort addr */
2354 /* --sort type */
2422 /* --sort typeoff */
2475 /* --sort typecln */
2887 hse->hpp.sort = __sort__hpp_sort; in __sort_dimension__alloc_hpp()
2939 * hist entry is filtered if any of sort key in the hpp list in hist_entry__filter()
3257 hde->hpp.sort = __sort__hde_cmp; in __alloc_dynamic_entry()
3629 * sort dimensions not applicable for the current in sort_dimension__add()
3630 * architecture. If so, Skip that sort key since in sort_dimension__add()
3802 /* keep output (hpp) sort keys in the same level */ in setup_sort_list()
3817 …ui__error("The \"dcacheline\" --sort key needs to know the cacheline size and it couldn't be deter… in setup_sort_list()
3819 ui__error("Invalid --sort key: `%s'", tok); in setup_sort_list()
3822 ui__error("Unknown --sort key: `%s'", tok); in setup_sort_list()
3873 * Append '+'-prefixed sort order to the default sort in setup_sort_order()
3880 ui__error("Invalid --sort key: `+'"); in setup_sort_order()
3890 pr_err("Not enough memory to set up --sort"); in setup_sort_order()
3957 * If user specified field order but no sort order, in __setup_sorting()
3958 * we'll honor it and not add default sort orders. in __setup_sorting()
3968 pr_err("Not enough memory to setup sort keys"); in __setup_sorting()
4067 * It makes no sense to elide all of sort entries. in sort__setup_elide()
4097 ui__warning("--fields weight shows the average value unlike in the --sort key.\n"); in output_field_add()
4249 /* copy sort keys to output fields */ in setup_sorting()
4251 /* and then copy output fields to sort keys */ in setup_sorting()