Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dmem-events.h51 struct c2c_stats { struct
88 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); argument
89 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
Dmem-events.c601 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats()
741 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
/linux-6.12.1/tools/perf/
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;
259 struct c2c_stats *stats, in compute_stats()
284 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event()
671 static uint64_t get_load_llc_misses(struct c2c_stats *stats) in STAT_FN()
679 static uint64_t get_load_cache_hits(struct c2c_stats *stats) in get_load_cache_hits()
688 static uint64_t get_stores(struct c2c_stats *stats) in get_stores()
695 static uint64_t total_records(struct c2c_stats *stats) in total_records()
[all …]