Symbol: c2c_hists
tools/perf/builtin-c2c.c
199
static int c2c_hists__init(struct c2c_hists *hists,
tools/perf/builtin-c2c.c
204
static struct c2c_hists*
tools/perf/builtin-c2c.c
2096
static int c2c_hists__init(struct c2c_hists *hists,
tools/perf/builtin-c2c.c
211
struct c2c_hists *hists;
tools/perf/builtin-c2c.c
2116
static int c2c_hists__reinit(struct c2c_hists *c2c_hists,
tools/perf/builtin-c2c.c
2121
perf_hpp__reset_output_field(&c2c_hists->list);
tools/perf/builtin-c2c.c
2122
return hpp_list__parse(&c2c_hists->list, output, sort, env);
tools/perf/builtin-c2c.c
2231
struct c2c_hists *c2c_hists;
tools/perf/builtin-c2c.c
2233
c2c_hists = container_of(c2c_he->he.hists, struct c2c_hists, hists);
tools/perf/builtin-c2c.c
2234
hists__calc_col_len(&c2c_hists->hists, &c2c_he->he);
tools/perf/builtin-c2c.c
2259
struct c2c_hists *c2c_hists;
tools/perf/builtin-c2c.c
2263
c2c_hists = c2c_he->hists;
tools/perf/builtin-c2c.c
2265
if (display && c2c_hists) {
tools/perf/builtin-c2c.c
2271
c2c_hists__reinit(c2c_hists, c2c.cl_output, c2c.cl_resort, env);
tools/perf/builtin-c2c.c
2273
hists__collapse_resort(&c2c_hists->hists, NULL);
tools/perf/builtin-c2c.c
2274
hists__output_resort_cb(&c2c_hists->hists, NULL, filter_cb);
tools/perf/builtin-c2c.c
2471
static void print_cacheline(struct c2c_hists *c2c_hists,
tools/perf/builtin-c2c.c
2484
hists__fprintf_headers(&c2c_hists->hists, out);
tools/perf/builtin-c2c.c
2495
hists__fprintf(&c2c_hists->hists, false, 0, 0, 0, out, false);
tools/perf/builtin-c2c.c
2689
struct c2c_hists *c2c_hists;
tools/perf/builtin-c2c.c
2707
c2c_hists = c2c_he->hists;
tools/perf/builtin-c2c.c
2709
cl_browser = c2c_cacheline_browser__new(&c2c_hists->hists, he);
tools/perf/builtin-c2c.c
320
struct c2c_hists *c2c_hists = &c2c.hists;
tools/perf/builtin-c2c.c
354
he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops,
tools/perf/builtin-c2c.c
364
c2c_add_stats(&c2c_hists->stats, &stats);
tools/perf/builtin-c2c.c
370
hists__inc_nr_samples(&c2c_hists->hists, he->filtered);
tools/perf/builtin-c2c.c
391
c2c_hists = he__get_c2c_hists(he, c2c.cl_sort, 2, machine->env);
tools/perf/builtin-c2c.c
392
if (!c2c_hists) {
tools/perf/builtin-c2c.c
397
he = hists__add_entry_ops(&c2c_hists->hists, &c2c_entry_ops,
tools/perf/builtin-c2c.c
407
c2c_add_stats(&c2c_hists->stats, &stats);
tools/perf/builtin-c2c.c
416
hists__inc_nr_samples(&c2c_hists->hists, he->filtered);
tools/perf/builtin-c2c.c
66
struct c2c_hists *hists;
tools/perf/builtin-c2c.c
832
struct c2c_hists *hists;
tools/perf/builtin-c2c.c
838
hists = container_of(c2c_he->he.hists, struct c2c_hists, hists);
tools/perf/builtin-c2c.c
92
struct c2c_hists hists;
tools/perf/builtin-c2c.c
923
struct c2c_hists *hists;
tools/perf/builtin-c2c.c
925
hists = container_of(he->hists, struct c2c_hists, hists);
tools/perf/builtin-c2c.c
939
struct c2c_hists *hists; \
tools/perf/builtin-c2c.c
941
hists = container_of(c2c_he->he.hists, struct c2c_hists, hists); \