This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master in repository toolchain/spec2xxx-utils.
from 57ad0af WIP scripts to configure TX1 board and run benchmarks new 6187de0 Add perf-archive.sh from kernel sources new d6437c9 perfdatadir2csv.sh: Add --num-dsos and --num-symbols options new ed0b91a perf-archive.sh: Rework interface to support multiple *.data files new bd0888f perf-buildid-cache.sh: New script to build perf's buildid cache new 468601c cpu2xxx.cfg: Explicitly generate buildid new 766927b cpu2006.cfg: Rely on perf-archive.sh to save executables new f051fce run.sh: Backup an experimental run script new 0787621 spec2xxx-config: Add --perf-bin and --perf-buildid-dir options new 48a123b perfdatadir2csv.sh: Add --buildid-dir option similar to spec2 [...] new b42fd24 perf-archive.sh: Fix typos. new 2b7489f Update run.sh
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cpu2006.cfg | 2 +- cpu2xxx.cfg | 5 ++++ perf-archive.sh | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++ perf-buildid-cache.sh | 43 +++++++++++++++++++++++++++++ perfdatadir2csv.sh | 32 ++++++++++++++++++---- run.sh | 63 +++++++++++++++++++++++++++++++++--------- spec2xxx-config | 30 +++++++++++++++++++- 7 files changed, 230 insertions(+), 21 deletions(-) create mode 100755 perf-archive.sh create mode 100755 perf-buildid-cache.sh