Lines Matching defs:perf_c2c
82 struct perf_c2c { struct
83 struct perf_tool tool;
84 struct c2c_hists hists;
85 struct mem2node mem2node;
87 unsigned long **nodes;
88 int nodes_cnt;
89 int cpus_cnt;
90 int *cpu2node;
91 int node_info;
93 bool show_src;
94 bool show_all;
95 bool use_stdio;
96 bool stats_only;
97 bool symbol_full;
98 bool stitch_lbr;
101 struct c2c_stats hitm_stats;
102 int shared_clines;
104 int display;
106 const char *coalesce;
130 static struct perf_c2c c2c; argument