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