Lines Matching defs:sort
31 #include "sort.h"
196 const char *sort,
201 const char *sort,
216 ret = c2c_hists__init(hists, sort, nr_header_lines);
1974 fmt->sort = dim->se ? c2c_se_cmp : dim->cmp;
2043 char *sort = sort_ ? strdup(sort_) : NULL;
2047 PARSE_LIST(sort, c2c_hists__init_sort);
2049 /* copy sort keys to output fields */
2060 /* and then copy output fields to sort keys */
2065 free(sort);
2070 const char *sort,
2076 * Initialize only with sort fields, we need to resort
2085 return hpp_list__parse(&hists->list, NULL, sort);
2090 const char *sort)
2093 return hpp_list__parse(&c2c_hists->list, output, sort);
2498 if (WARN_ONCE(ret, "failed to setup sort entries\n"))
2529 fprintf(out, " Cachelines sort on : %s\n",
2934 pr_err("unrecognized sort token: %s\n", tok);
2998 pr_debug("coalesce sort fields: %s\n", c2c.cl_sort);