Home
last modified time | relevance | path

Searched refs:c2c_stats (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dmem-events.h52 struct c2c_stats { struct
89 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); argument
90 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
H A Dmem-events.c626 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats()
769 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
/linux/tools/perf/
H A Dbuiltin-c2c.c80 struct c2c_stats shared_clines_stats;
251 struct c2c_stats *stats, in c2c_he__set_node()
303 struct c2c_stats stats = { .nr_entries = 0, }; in perf_c2c__evsel_hists_inc_stats()
668 static uint64_t get_load_llc_misses(struct c2c_stats *stats)
676 static uint64_t get_load_cache_hits(struct c2c_stats *stats)
685 static uint64_t get_stores(struct c2c_stats *stats)
692 static uint64_t total_records(struct c2c_stats *stats)
731 static uint64_t total_loads(struct c2c_stats *stats) in get_stores()
792 struct c2c_stats *stats;
793 struct c2c_stats *tota
[all...]