Lines Matching defs:perf_c2c
73 struct perf_c2c { struct
74 struct perf_tool tool;
75 struct c2c_hists hists;
76 struct mem2node mem2node;
78 unsigned long **nodes;
79 int nodes_cnt;
80 int cpus_cnt;
81 int *cpu2node;
82 int node_info;
84 bool show_src;
85 bool show_all;
86 bool use_stdio;
87 bool stats_only;
88 bool symbol_full;
91 struct c2c_stats hitm_stats;
92 int shared_clines;
94 int display;
96 const char *coalesce;
120 static struct perf_c2c c2c; argument