Lines Matching refs:rmt_hitm

57 	struct stats		 rmt_hitm;  member
156 init_stats(&c2c_he->cstats.rmt_hitm); in c2c_he_zalloc()
252 if (stats->rmt_hitm) in compute_stats()
253 update_stats(&cstats->rmt_hitm, weight); in compute_stats()
598 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
615 tot_hitm_left = c2c_left->stats.lcl_hitm + c2c_left->stats.rmt_hitm; in tot_hitm_cmp()
616 tot_hitm_right = c2c_right->stats.lcl_hitm + c2c_right->stats.rmt_hitm; in tot_hitm_cmp()
651 STAT_FN(rmt_hitm)
669 stats->rmt_hitm + in STAT_FN()
725 stats->rmt_hitm + in total_loads()
804 st = stats->rmt_hitm; in percent_hitm()
805 tot = total->rmt_hitm; in percent_hitm()
900 PERCENT_FN(rmt_hitm)
911 double per = PERCENT(he, rmt_hitm); in PERCENT_FN()
931 per_left = PERCENT(left, rmt_hitm); in percent_rmt_hitm_cmp()
932 per_right = PERCENT(right, rmt_hitm); in percent_rmt_hitm_cmp()
1146 ret = display_metrics(hpp, stats->rmt_hitm, in node_entry()
1147 c2c_he->stats.rmt_hitm); in node_entry()
1213 MEAN_ENTRY(mean_rmt_entry, rmt_hitm);
1949 he->filtered = filter_display(c2c_he->stats.rmt_hitm, in he__display()
1950 stats->rmt_hitm); in he__display()
1979 has_record = !!c2c_he->stats.rmt_hitm; in is_valid_hist_entry()
2138 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm)
2179 stats->rmt_hitm; in print_c2c__display_stats()
2196 fprintf(out, " Load Remote HITM : %10d\n", stats->rmt_hitm); in print_c2c__display_stats()
2208 …fprintf(out, " LLC Misses to Remote cache (HITM) : %10.1f%%\n", ((double)stats->rmt_hitm/(double)… in print_c2c__display_stats()
2222 int hitm_cnt = stats->lcl_hitm + stats->rmt_hitm; in print_shared_cacheline_info()