Lines Matching defs:sort
31 #include "sort.h"
182 const char *sort,
187 const char *sort,
202 ret = c2c_hists__init(hists, sort, nr_header_lines);
1726 fmt->sort = dim->se ? c2c_se_cmp : dim->cmp;
1795 char *sort = sort_ ? strdup(sort_) : NULL;
1799 PARSE_LIST(sort, c2c_hists__init_sort);
1801 /* copy sort keys to output fields */
1812 /* and then copy output fields to sort keys */
1817 free(sort);
1822 const char *sort,
1828 * Initialize only with sort fields, we need to resort
1837 return hpp_list__parse(&hists->list, NULL, sort);
1842 const char *sort)
1845 return hpp_list__parse(&c2c_hists->list, output, sort);
2186 if (WARN_ONCE(ret, "failed to setup sort entries\n"))
2217 fprintf(out, " Cachelines sort on : %s HITMs\n",
2619 pr_err("unrecognized sort token: %s\n", tok);
2673 pr_debug("coalesce sort fields: %s\n", c2c.cl_sort);