Home
last modified time | relevance | path

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

/tools/perf/util/
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);
A Dmem-events.c623 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats()
766 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
/tools/perf/
A Dbuiltin-c2c.c52 struct c2c_stats stats;
65 struct c2c_stats stats;
68 struct c2c_stats *node_stats;
106 struct c2c_stats shared_clines_stats;
261 struct c2c_stats *stats, in compute_stats()
286 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event()
690 static uint64_t get_stores(struct c2c_stats *stats) in get_stores()
736 static uint64_t total_loads(struct c2c_stats *stats) in total_loads()
797 struct c2c_stats *stats; in percent_costly_snoop()
798 struct c2c_stats *total; in percent_costly_snoop()
[all …]

Completed in 15 milliseconds