rmt_hit           649 tools/perf/builtin-c2c.c STAT_FN(rmt_hit)
rmt_hit           658 tools/perf/builtin-c2c.c 		  stats->rmt_hit;
rmt_hit           697 tools/perf/builtin-c2c.c 		   stats->rmt_hit;
rmt_hit           752 tools/perf/builtin-c2c.c 		   stats->rmt_hit;
rmt_hit          2129 tools/perf/builtin-c2c.c 		     stats->rmt_hit +
rmt_hit          2148 tools/perf/builtin-c2c.c 	fprintf(out, "  Load Remote HIT                   : %10d\n", stats->rmt_hit);
rmt_hit          2156 tools/perf/builtin-c2c.c 	fprintf(out, "  LLC Misses to Remote cache (HIT)  : %10.1f%%\n", ((double)stats->rmt_hit /(double)llc_misses) * 100.);
rmt_hit           384 tools/perf/util/mem-events.c 				stats->rmt_hit++;
rmt_hit           447 tools/perf/util/mem-events.c 	stats->rmt_hit		+= add->rmt_hit;
rmt_hit            73 tools/perf/util/mem-events.h 	u32	rmt_hit;             /* count of loads with remote hit clean; */