aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-02-21 07:13:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-02-21 07:13:58 +0000
commit766927b06b61704f481e3d2859d286c6ad491a6e (patch)
tree3feab0b81f15ad1154291a421c34c6207dd0d39e
parent468601c928fbb87eb0e7b156a7a6066faf95b896 (diff)
cpu2006.cfg: Rely on perf-archive.sh to save executables
... and other dsos. Change-Id: If33c5996575bd19bc92747655874e573a51cd478
-rw-r--r--cpu2006.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu2006.cfg b/cpu2006.cfg
index 62c9baf..30d1d23 100644
--- a/cpu2006.cfg
+++ b/cpu2006.cfg
@@ -21,7 +21,7 @@ submit = (ulimit -s unlimited; taskset -c $BIND setarch @SETARCH@ -R $command)
# will run on @BIND@. Perf is picking up stdout and stderr from runspec,
# and outputs perf.data contents into stdout. To avoid this we close FDs
# 1 and 2 with "exec ... 1>&- 2>&-".
-@PROFILER_PERF@monitor_specrun_wrapper = taskset -c @HELPER_CPU@ sh -c "exec perf record -q -N @PERF_CALLGRAPH@ @PERF_CPU@ @PERF_EVENTS@ -- $command 1>&- 2>&-"; fixedexe=\$(echo $commandexe | sed -e "s%[^ -~]%/%g"); eval "fixeddir=\$(readlink -f \$(dirname \$fixedexe))"; eval "mkdir -p $[top]/result/perf.$lognum.data/\$fixeddir/"; cp perf.data $[top]/result/perf.$lognum.data/$benchmark.data; eval "cp \$fixedexe $[top]/result/perf.$lognum.data\$fixeddir/"
+@PROFILER_PERF@monitor_specrun_wrapper = taskset -c @HELPER_CPU@ sh -c "exec perf record -q -N @PERF_CALLGRAPH@ @PERF_CPU@ @PERF_EVENTS@ -- $command 1>&- 2>&-"; mkdir -p $[top]/result/perf.$lognum.data/; cp perf.data $[top]/result/perf.$lognum.data/$benchmark.data
################################################################
# Benchmark noise handling (via number of iterations)