blob: 57ac618c8ecf3ce497b4942db03e8b0eef0e3a48 [file] [log] [blame]
This directory contains prebuilt binaries used by Telemetry which allow it to
be run without requiring any compilation.
For usage instructions, see:
http://www.chromium.org/developers/telemetry/upload_to_cloud_storage
avconv:
version 0.8.9-4:0.8.9-0ubuntu0.12.04.1
IEDriverServer binary:
Both 32-bit and 64-bit are of version 2.35.2.
ipfw and ipfw_mod.ko:
Version 20120812
perfhost_trusty:
Built from kernel sources following this method:
shell> git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
shell> cd linux
shell> git checkout v3.13
shell> cd tools/perf
shell> make
shell> ./perf test
Tests should mostly pass, except a few:
1: vmlinux symtab matches kallsyms : FAILED!
2: detect open syscall event : FAILED!
3: detect open syscall event on all cpus : FAILED!
4: read samples using the mmap interface : FAILED!
5: parse events tests : FAILED!
[snip]
11: Check parsing of sched tracepoints fields : FAILED!
12: Generate and check syscalls:sys_enter_open event fields: FAILED!
21: Test object code reading :[kernel.kallsyms] ... FAILED!
shell> mv perf perfhost_trusty
android/armeabi-v7a/perf:
Follow http://source.android.com/source/building.html
. build/envsetup.sh
lunch aosp_arm-user
2013-09-26 - bulach - perf / perfhost / tcpdump:
git revert -n 93501d3 # issue with __strncpy_chk2
make -j32 perf perfhost tcpdump
android/arm64-v8a/perf:
Same as above, with aarch64 architecture, from branch android-5.0.0_r2