Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmem-events.c627 stats->rmt_hit++; in c2c_decode_stats()
631 stats->rmt_hit++; in c2c_decode_stats()
700 stats->rmt_hit += add->rmt_hit; in c2c_add_stats()
H A Dmem-events.h84 u32 rmt_hit; /* count of loads with remote hit clean; */ member
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c686 STAT_FN(rmt_hit) in STAT_FN()
693 stats->rmt_hit; in STAT_FN()
2397 fprintf(out, " Load Remote HIT : %10d\n", stats->rmt_hit); in print_c2c__display_stats()
2409 …fprintf(out, " LLC Misses to Remote cache (HIT) : %10.1f%%\n", ((double)stats->rmt_hit /(double)… in print_c2c__display_stats()