Lines Matching defs:perf_c2c
84 struct perf_c2c { struct
85 struct perf_tool tool;
86 struct c2c_hists hists;
87 struct mem2node mem2node;
89 unsigned long **nodes;
90 int nodes_cnt;
91 int cpus_cnt;
92 int *cpu2node;
93 int node_info;
95 bool show_src;
96 bool show_all;
97 bool use_stdio;
98 bool stats_only;
99 bool symbol_full;
100 bool stitch_lbr;
103 struct c2c_stats shared_clines_stats;
104 int shared_clines;
106 int display;
108 const char *coalesce;
132 static struct perf_c2c c2c; argument