Symbol: c2c_stats
tools/perf/builtin-c2c.c
113
struct c2c_stats shared_clines_stats;
tools/perf/builtin-c2c.c
1271
struct c2c_stats *stats = &c2c_he->node_stats[node];
tools/perf/builtin-c2c.c
2158
static bool he__display(struct hist_entry *he, struct c2c_stats *stats)
tools/perf/builtin-c2c.c
2431
struct c2c_stats *stats = &c2c.hists.stats;
tools/perf/builtin-c2c.c
2477
struct c2c_stats *stats = &c2c.shared_clines_stats;
tools/perf/builtin-c2c.c
285
struct c2c_stats *stats,
tools/perf/builtin-c2c.c
337
struct c2c_stats stats = { .nr_entries = 0, };
tools/perf/builtin-c2c.c
58
struct c2c_stats stats;
tools/perf/builtin-c2c.c
72
struct c2c_stats stats;
tools/perf/builtin-c2c.c
732
static uint64_t get_load_llc_misses(struct c2c_stats *stats)
tools/perf/builtin-c2c.c
740
static uint64_t get_load_cache_hits(struct c2c_stats *stats)
tools/perf/builtin-c2c.c
749
static uint64_t get_stores(struct c2c_stats *stats)
tools/perf/builtin-c2c.c
75
struct c2c_stats *node_stats;
tools/perf/builtin-c2c.c
756
static uint64_t total_records(struct c2c_stats *stats)
tools/perf/builtin-c2c.c
795
static uint64_t total_loads(struct c2c_stats *stats)
tools/perf/builtin-c2c.c
856
struct c2c_stats *stats;
tools/perf/builtin-c2c.c
857
struct c2c_stats *total;
tools/perf/builtin-c2c.c
936
static struct c2c_stats *he_stats(struct hist_entry *he)
tools/perf/builtin-c2c.c
944
static struct c2c_stats *total_stats(struct hist_entry *he)
tools/perf/util/mem-events.c
626
int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi)
tools/perf/util/mem-events.c
769
void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add)
tools/perf/util/mem-events.h
89
int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi);
tools/perf/util/mem-events.h
90
void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);