Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmem-events.h50 struct c2c_stats { struct
81 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); argument
82 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add);
Dmem-events.c312 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats()
423 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
/Linux-v5.4/tools/perf/
Dbuiltin-c2c.c49 struct c2c_stats stats;
60 struct c2c_stats stats;
63 struct c2c_stats *node_stats;
100 struct c2c_stats hitm_stats;
243 struct c2c_stats *stats, in compute_stats()
264 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event()
650 static uint64_t llc_miss(struct c2c_stats *stats) in STAT_FN()
688 static uint64_t total_records(struct c2c_stats *stats) in total_records()
743 static uint64_t total_loads(struct c2c_stats *stats) in total_loads()
817 struct c2c_stats *stats; in percent_hitm()
[all …]