c2c_stats          49 tools/perf/builtin-c2c.c 	struct c2c_stats	stats;
c2c_stats          60 tools/perf/builtin-c2c.c 	struct c2c_stats	 stats;
c2c_stats          63 tools/perf/builtin-c2c.c 	struct c2c_stats	*node_stats;
c2c_stats         100 tools/perf/builtin-c2c.c 	struct c2c_stats	hitm_stats;
c2c_stats         243 tools/perf/builtin-c2c.c 			  struct c2c_stats *stats,
c2c_stats         264 tools/perf/builtin-c2c.c 	struct c2c_stats stats = { .nr_entries = 0, };
c2c_stats         651 tools/perf/builtin-c2c.c static uint64_t llc_miss(struct c2c_stats *stats)
c2c_stats         690 tools/perf/builtin-c2c.c static uint64_t total_records(struct c2c_stats *stats)
c2c_stats         745 tools/perf/builtin-c2c.c static uint64_t total_loads(struct c2c_stats *stats)
c2c_stats         819 tools/perf/builtin-c2c.c 	struct c2c_stats *stats;
c2c_stats         820 tools/perf/builtin-c2c.c 	struct c2c_stats *total;
c2c_stats         894 tools/perf/builtin-c2c.c static struct c2c_stats *he_stats(struct hist_entry *he)
c2c_stats         902 tools/perf/builtin-c2c.c static struct c2c_stats *total_stats(struct hist_entry *he)
c2c_stats        1120 tools/perf/builtin-c2c.c 			struct c2c_stats *stats = &c2c_he->node_stats[node];
c2c_stats        1894 tools/perf/builtin-c2c.c static bool he__display(struct hist_entry *he, struct c2c_stats *stats)
c2c_stats        2125 tools/perf/builtin-c2c.c 	struct c2c_stats *stats = &c2c.hists.stats;
c2c_stats        2169 tools/perf/builtin-c2c.c 	struct c2c_stats *stats = &c2c.hitm_stats;
c2c_stats         312 tools/perf/util/mem-events.c int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi)
c2c_stats         423 tools/perf/util/mem-events.c void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add)
c2c_stats          81 tools/perf/util/mem-events.h int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi);
c2c_stats          82 tools/perf/util/mem-events.h void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);