Searched refs:c2c_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | mem-events.h | 52 struct c2c_stats { struct 83 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); 84 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
|
H A D | mem-events.c | 327 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats() 438 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mem-events.h | 57 struct c2c_stats { struct 94 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); 95 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
|
H A D | mem-events.c | 532 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats() 672 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 51 struct c2c_stats stats; 64 struct c2c_stats stats; 67 struct c2c_stats *node_stats; 105 struct c2c_stats shared_clines_stats; 258 struct c2c_stats *stats, in compute_stats() 283 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event() 688 static uint64_t get_load_llc_misses(struct c2c_stats *stats) in get_load_llc_misses() 696 static uint64_t get_load_cache_hits(struct c2c_stats *stats) in get_load_cache_hits() 705 static uint64_t get_stores(struct c2c_stats *stats) in get_stores() 712 static uint64_t total_records(struct c2c_stats *stat [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 49 struct c2c_stats stats; 60 struct c2c_stats stats; 63 struct c2c_stats *node_stats; 101 struct c2c_stats hitm_stats; 244 struct c2c_stats *stats, in compute_stats() 265 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event() 655 static uint64_t total_records(struct c2c_stats *stats) in total_records() 710 static uint64_t total_loads(struct c2c_stats *stats) in total_loads() 784 struct c2c_stats *stats; in percent_hitm() 785 struct c2c_stats *tota in percent_hitm() [all...] |
Completed in 14 milliseconds