Searched refs:cl_sort (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-c2c.c111 char *cl_sort; member in struct:perf_c2c
352 c2c_hists = he__get_c2c_hists(he, c2c.cl_sort, 2);
2531 fprintf(out, " Cacheline data grouping : %s\n", c2c.cl_sort);
2907 static int build_cl_output(char *cl_sort, bool no_source) argument
2909 char *tok, *tmp, *buf = strdup(cl_sort);
2980 if (asprintf(&c2c.cl_sort, "offset,%s", c) < 0)
2983 if (build_cl_output(c2c.cl_sort, no_source))
2998 pr_debug("coalesce sort fields: %s\n", c2c.cl_sort);

Completed in 102 milliseconds