Searched refs:rmt_hit (Results 1 – 3 of 3) sorted by relevance
724 stats->rmt_hit++; in c2c_decode_stats()728 stats->rmt_hit++; in c2c_decode_stats()797 stats->rmt_hit += add->rmt_hit; in c2c_add_stats()
79 u32 rmt_hit; /* count of loads with remote hit clean; */ member
666 STAT_FN(rmt_hit)673 stats->rmt_hit;2396 fprintf(out, " Load Remote HIT : %10d\n", stats->rmt_hit); in hists__iterate_cb() 2408 fprintf(out, " LLC Misses to Remote cache (HIT) : %10.1f%%\n", ((double)stats->rmt_hit /(double)llc_misses) * 100.); in print_c2c__display_stats()