c2c_add_stats     301 tools/perf/builtin-c2c.c 	c2c_add_stats(&c2c_he->stats, &stats);
c2c_add_stats     302 tools/perf/builtin-c2c.c 	c2c_add_stats(&c2c_hists->stats, &stats);
c2c_add_stats     335 tools/perf/builtin-c2c.c 		c2c_add_stats(&c2c_he->stats, &stats);
c2c_add_stats     336 tools/perf/builtin-c2c.c 		c2c_add_stats(&c2c_hists->stats, &stats);
c2c_add_stats     337 tools/perf/builtin-c2c.c 		c2c_add_stats(&c2c_he->node_stats[node], &stats);
c2c_add_stats    2098 tools/perf/builtin-c2c.c 		c2c_add_stats(&c2c.hitm_stats, &c2c_he->stats);
c2c_add_stats      82 tools/perf/util/mem-events.h void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);