result_cycles     122 tools/perf/bench/mem-functions.c 	u64 result_cycles = 0;
result_cycles     140 tools/perf/bench/mem-functions.c 		result_cycles = info->do_cycles(r, size, src, dst);
result_cycles     148 tools/perf/bench/mem-functions.c 			printf(" %14lf cycles/byte\n", (double)result_cycles/size_total);
result_cycles     156 tools/perf/bench/mem-functions.c 			printf("%lf\n", (double)result_cycles/size_total);