Lines Matching defs:perf_c2c
86 struct perf_c2c { struct
87 struct perf_tool tool;
88 struct c2c_hists hists;
89 struct mem2node mem2node;
91 unsigned long **nodes;
92 int nodes_cnt;
93 int cpus_cnt;
94 int *cpu2node;
95 int node_info;
97 bool show_src;
98 bool show_all;
99 bool use_stdio;
100 bool stats_only;
101 bool symbol_full;
102 bool stitch_lbr;
105 struct c2c_stats shared_clines_stats;
106 int shared_clines;
108 int display;
110 const char *coalesce;
111 char *cl_sort;
112 char *cl_resort;
136 static struct perf_c2c c2c; argument