• Home
  • History
  • Annotate
  • only in /external/chromium_org/tools/telemetry/bin/
NameDateSize

..12-Mar-20154 KiB

.gitignore12-Mar-201513

android/12-Mar-20154 KiB

linux/12-Mar-20154 KiB

mac/12-Mar-20154 KiB

README.chromium12-Mar-20151.3 KiB

README.txt12-Mar-2015233

win/12-Mar-20154 KiB

README.chromium

1This directory contains prebuilt binaries used by Telemetry which allow it to
2be run without requiring any compilation.
3
4For usage instructions, see:
5http://www.chromium.org/developers/telemetry/upload_to_cloud_storage
6
7avconv:
8   version 0.8.9-4:0.8.9-0ubuntu0.12.04.1
9
10IEDriverServer binary:
11  Both 32-bit and 64-bit are of version 2.35.2.
12
13ipfw and ipfw_mod.ko:
14  Version 20120812
15
16perfhost_trusty:
17  Built from kernel sources following this method:
18  shell> git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
19  shell> cd linux
20  shell> git checkout v3.13
21  shell> cd tools/perf
22  shell> make
23  shell> ./perf test
24  Tests should mostly pass, except a few:
25   1: vmlinux symtab matches kallsyms                        : FAILED!
26   2: detect open syscall event                              : FAILED!
27   3: detect open syscall event on all cpus                  : FAILED!
28   4: read samples using the mmap interface                  : FAILED!
29   5: parse events tests                                     : FAILED!
30   [snip]
31   11: Check parsing of sched tracepoints fields              : FAILED!
32   12: Generate and check syscalls:sys_enter_open event fields: FAILED!
33   21: Test object code reading          :[kernel.kallsyms] ... FAILED!
34  shell> mv perf perfhost_trusty
35

README.txt

1- Follow http://source.android.com/source/building.html
2- . build/envsetup.sh
3- lunch aosp_arm-user
4
52013-09-26 - bulach - perf / perfhost / tcpdump:
6git revert -n 93501d3 # issue with __strncpy_chk2
7make -j32 perf perfhost tcpdump
8
9