walltime_run      603 tools/perf/builtin-stat.c 		stat_config.walltime_run[run_idx] = t1 - t0;
walltime_run     1823 tools/perf/builtin-stat.c 		stat_config.walltime_run = zalloc(stat_config.run_count * sizeof(stat_config.walltime_run[0]));
walltime_run     1824 tools/perf/builtin-stat.c 		if (!stat_config.walltime_run) {
walltime_run     2008 tools/perf/builtin-stat.c 	zfree(&stat_config.walltime_run);
walltime_run     1062 tools/perf/util/stat-display.c 		double run = (double) config->walltime_run[idx] / NSEC_PER_SEC;
walltime_run      127 tools/perf/util/stat.h 	u64			*walltime_run;