c2c_hists 59 tools/perf/builtin-c2c.c struct c2c_hists *hists; c2c_hists 84 tools/perf/builtin-c2c.c struct c2c_hists hists; c2c_hists 180 tools/perf/builtin-c2c.c static int c2c_hists__init(struct c2c_hists *hists, c2c_hists 184 tools/perf/builtin-c2c.c static struct c2c_hists* c2c_hists 190 tools/perf/builtin-c2c.c struct c2c_hists *hists; c2c_hists 262 tools/perf/builtin-c2c.c struct c2c_hists *c2c_hists = &c2c.hists; c2c_hists 294 tools/perf/builtin-c2c.c he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, c2c_hists 302 tools/perf/builtin-c2c.c c2c_add_stats(&c2c_hists->stats, &stats); c2c_hists 307 tools/perf/builtin-c2c.c hists__inc_nr_samples(&c2c_hists->hists, he->filtered); c2c_hists 324 tools/perf/builtin-c2c.c c2c_hists = he__get_c2c_hists(he, c2c.cl_sort, 2); c2c_hists 325 tools/perf/builtin-c2c.c if (!c2c_hists) c2c_hists 328 tools/perf/builtin-c2c.c he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops, c2c_hists 336 tools/perf/builtin-c2c.c c2c_add_stats(&c2c_hists->stats, &stats); c2c_hists 344 tools/perf/builtin-c2c.c hists__inc_nr_samples(&c2c_hists->hists, he->filtered); c2c_hists 818 tools/perf/builtin-c2c.c struct c2c_hists *hists; c2c_hists 824 tools/perf/builtin-c2c.c hists = container_of(c2c_he->he.hists, struct c2c_hists, hists); c2c_hists 904 tools/perf/builtin-c2c.c struct c2c_hists *hists; c2c_hists 906 tools/perf/builtin-c2c.c hists = container_of(he->hists, struct c2c_hists, hists); c2c_hists 920 tools/perf/builtin-c2c.c struct c2c_hists *hists; \ c2c_hists 922 tools/perf/builtin-c2c.c hists = container_of(c2c_he->he.hists, struct c2c_hists, hists); \ c2c_hists 1865 tools/perf/builtin-c2c.c static int c2c_hists__init(struct c2c_hists *hists, c2c_hists 1884 tools/perf/builtin-c2c.c static int c2c_hists__reinit(struct c2c_hists *c2c_hists, c2c_hists 1888 tools/perf/builtin-c2c.c perf_hpp__reset_output_field(&c2c_hists->list); c2c_hists 1889 tools/perf/builtin-c2c.c return hpp_list__parse(&c2c_hists->list, output, sort); c2c_hists 1976 tools/perf/builtin-c2c.c struct c2c_hists *c2c_hists; c2c_hists 1978 tools/perf/builtin-c2c.c c2c_hists = container_of(c2c_he->he.hists, struct c2c_hists, hists); c2c_hists 1979 tools/perf/builtin-c2c.c hists__calc_col_len(&c2c_hists->hists, &c2c_he->he); c2c_hists 2003 tools/perf/builtin-c2c.c struct c2c_hists *c2c_hists; c2c_hists 2007 tools/perf/builtin-c2c.c c2c_hists = c2c_he->hists; c2c_hists 2009 tools/perf/builtin-c2c.c if (display && c2c_hists) { c2c_hists 2015 tools/perf/builtin-c2c.c c2c_hists__reinit(c2c_hists, c2c.cl_output, c2c.cl_resort); c2c_hists 2017 tools/perf/builtin-c2c.c hists__collapse_resort(&c2c_hists->hists, NULL); c2c_hists 2018 tools/perf/builtin-c2c.c hists__output_resort_cb(&c2c_hists->hists, NULL, filter_cb); c2c_hists 2187 tools/perf/builtin-c2c.c static void print_cacheline(struct c2c_hists *c2c_hists, c2c_hists 2200 tools/perf/builtin-c2c.c hists__fprintf_headers(&c2c_hists->hists, out); c2c_hists 2211 tools/perf/builtin-c2c.c hists__fprintf(&c2c_hists->hists, false, 0, 0, 0, out, false); c2c_hists 2357 tools/perf/builtin-c2c.c struct c2c_hists *c2c_hists; c2c_hists 2374 tools/perf/builtin-c2c.c c2c_hists = c2c_he->hists; c2c_hists 2376 tools/perf/builtin-c2c.c cl_browser = c2c_cacheline_browser__new(&c2c_hists->hists, he);