1 This directory contains prebuilt binaries used by Telemetry which allow it to
2 be run without requiring any compilation.
4 For usage instructions, see:
5 http://www.chromium.org/developers/telemetry/upload_to_cloud_storage
8 version 0.8.9-4:0.8.9-0ubuntu0.12.04.1
10 IEDriverServer binary:
11 Both 32-bit and 64-bit are of version 2.35.2.
17 Built from branch modified by vmiura on github. The git branch used is
18 "perf_tracing_changes" but in the directions below I have included the actual
21 Make sure you have the proper libraries installed for symbol demangling:
22 shell> sudo apt-get install binutils-dev
23 shell> sudo apt-get install libiberty-dev
25 Directions for building perf:
26 shell> git clone https://github.com/vmiura/linux.git
28 shell> git checkout e1fe871e4a33712ad4964a70904d5d59188e3cc2
32 Tests should mostly pass, except a few:
33 1: vmlinux symtab matches kallsyms : FAILED!
34 2: detect open syscall event : FAILED!
35 3: detect open syscall event on all cpus : FAILED!
36 4: read samples using the mmap interface : FAILED!
37 5: parse events tests : FAILED!
39 11: Check parsing of sched tracepoints fields : FAILED!
40 12: Generate and check syscalls:sys_enter_open event fields: FAILED!
41 21: Test object code reading :[kernel.kallsyms] ... FAILED!
42 shell> mv perf perfhost_trusty
44 android/armeabi-v7a/perf:
45 Follow http://source.android.com/source/building.html
49 2013-09-26 - bulach - perf / perfhost / tcpdump:
50 git revert -n 93501d3 # issue with __strncpy_chk2
51 make -j32 perf perfhost tcpdump
53 android/arm64-v8a/perf:
54 Same as above, with aarch64 architecture, from branch android-5.0.0_r2