st_uncache       2159 tools/perf/builtin-c2c.c 	fprintf(out, "  Store - uncacheable               : %10d\n", stats->st_uncache);
st_uncache        402 tools/perf/util/mem-events.c 			if (lvl & P(LVL, UNC)) stats->st_uncache++;
st_uncache        429 tools/perf/util/mem-events.c 	stats->st_uncache	+= add->st_uncache;
st_uncache         55 tools/perf/util/mem-events.h 	u32	st_uncache;          /* stores to uncacheable address */