Lines Matching refs:rmt_hitm
56 struct stats rmt_hitm;
159 init_stats(&c2c_he->cstats.rmt_hitm);
263 if (stats->rmt_hitm)
264 update_stats(&cstats->rmt_hitm, weight);
620 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm;
637 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm;
638 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm;
673 STAT_FN(rmt_hitm)
692 stats->rmt_hitm +
823 st = stats->rmt_hitm;
824 tot = total->rmt_hitm;
924 PERCENT_FN(rmt_hitm)
937 double per = PERCENT(he, rmt_hitm);
957 per_left = PERCENT(left, rmt_hitm);
958 per_right = PERCENT(right, rmt_hitm);
1234 ret = display_metrics(hpp, stats->rmt_hitm,
1235 c2c_he->stats.rmt_hitm);
1305 MEAN_ENTRY(mean_rmt_entry, rmt_hitm);
1451 .name = "rmt_hitm",
2121 he->filtered = filter_display(c2c_he->stats.rmt_hitm,
2122 stats->rmt_hitm);
2155 has_record = !!c2c_he->stats.rmt_hitm;
2340 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm)
2396 fprintf(out, " Load Remote HITM : %10d\n", stats->rmt_hitm);
2410 fprintf(out, " LLC Misses to Remote cache (HITM) : %10.1f%%\n", ((double)stats->rmt_hitm/(double)llc_misses) * 100.);
2424 int hitm_cnt = stats->lcl_hitm + stats->rmt_hitm;
2989 sort_str = "rmt_hitm,lcl_hitm";
2991 sort_str = "lcl_hitm,rmt_hitm";
3155 "tot_hitm,lcl_hitm,rmt_hitm,"
3162 "ld_rmthit,rmt_hitm,"
3177 "ld_rmthit,rmt_hitm,"
3183 sort_str = "rmt_hitm";