Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmem-events.h81 u32 rmt_dram; /* count of loads miss to remote DRAM */ member
H A Dmem-events.c712 stats->rmt_dram++; in c2c_decode_stats()
799 stats->rmt_dram += add->rmt_dram; in c2c_add_stats()
/linux/tools/perf/
H A Dbuiltin-c2c.c735 stats->rmt_dram + in total_records()
1194 STAT_FN(rmt_dram) in empty_cmp()
2453 fprintf(out, " Load Remote DRAM : %10d\n", stats->rmt_dram); in print_shared_cacheline_info()
2462 fprintf(out, " LLC Misses to Remote DRAM : %10.1f%%\n", ((double)stats->rmt_dram/(double)llc_misses) * 100.); in print_shared_cacheline_info()
1171 STAT_FN(rmt_dram) STAT_FN() argument