tot_hitm          584 tools/perf/builtin-c2c.c 	unsigned int tot_hitm;
tot_hitm          587 tools/perf/builtin-c2c.c 	tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm;
tot_hitm          589 tools/perf/builtin-c2c.c 	return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm);
tot_hitm          838 tools/perf/builtin-c2c.c 		st  = stats->tot_hitm;
tot_hitm          839 tools/perf/builtin-c2c.c 		tot = total->tot_hitm;
tot_hitm         1141 tools/perf/builtin-c2c.c 				DISPLAY_HITM(tot_hitm);
tot_hitm         1921 tools/perf/builtin-c2c.c 		FILTER_HITM(tot_hitm);
tot_hitm         1937 tools/perf/builtin-c2c.c 	has_hitm = c2c.display == DISPLAY_TOT ? c2c_he->stats.tot_hitm :
tot_hitm          330 tools/perf/util/mem-events.c 	stats->tot_hitm++;	\
tot_hitm          446 tools/perf/util/mem-events.c 	stats->tot_hitm		+= add->tot_hitm;
tot_hitm           72 tools/perf/util/mem-events.h 	u32	tot_hitm;            /* count of loads with local and remote HITM */