summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-07-17 17:35:28 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-07-17 17:40:23 +0200
commit50ffd5cac7e1a19c794ae1269f9c167c45bb85f8 (patch)
tree9994db504b95fb6c8df0bf8442ef1266a3a2ef5d /tcwg_bmk-build.sh
parent66e80b2e0425725e0f2abe785170e066561f8925 (diff)
tcwg_bmk-build.sh: Fix perf record directory
The rsync was not transfering links, therefore internal perf record directory was uncomplete. (i.e, .build-id sym links). This rsync should now also copies these relative symlinks. These links pointing on the elf file are important for having funtion names in the generated perf report. Change-Id: I292947fa037f8af8b32b2c695923fed4237d6b35
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 848d48f3..1834671b 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -318,7 +318,7 @@ benchmark ()
# copy bmk results into artifacts/annex/bmk-data/
rm -rf ${rr[top_artifacts]}/annex/bmk-data/
mkdir -p ${rr[top_artifacts]}/annex/bmk-data/
- rsync -rv $results_dir/ ${rr[top_artifacts]}/annex/bmk-data/
+ rsync -rav $results_dir/ ${rr[top_artifacts]}/annex/bmk-data/
# make sure we are deleting a /tmp/xxx directory before forcing with sudo,
# and ignore error if any