Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-c2c.c119 char *cl_sort;
412 c2c_hists = he__get_c2c_hists(he, c2c.cl_sort, 2, machine->env); in process_sample_event()
2585 fprintf(out, " Cacheline data grouping : %s\n", c2c.cl_sort); in perf_c2c__hists_fprintf()
3004 static int build_cl_output(char *cl_sort, bool no_source) in build_cl_output()
3006 char *tok, *tmp, *buf = strdup(cl_sort); in build_cl_output()
3077 if (asprintf(&c2c.cl_sort, "offset,%s", c) < 0) in perf_c2c__report()
3080 if (build_cl_output(c2c.cl_sort, no_source)) in perf_c2c__report()
3095 pr_debug("coalesce sort fields: %s\n", c2c.cl_sort); in perf_c2c__report()
115 char *cl_sort; global() member
2976 build_cl_output(char * cl_sort,bool no_source) build_cl_output() argument