Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: tools/telemetry/bin/README.chromium

Issue 643973002: Add multi-architecture support in telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot failure Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/profile_chrome/perf_controller.py ('k') | tools/telemetry/bin/README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains prebuilt binaries used by Telemetry which allow it to 1 This directory contains prebuilt binaries used by Telemetry which allow it to
2 be run without requiring any compilation. 2 be run without requiring any compilation.
3 3
4 For usage instructions, see: 4 For usage instructions, see:
5 http://www.chromium.org/developers/telemetry/upload_to_cloud_storage 5 http://www.chromium.org/developers/telemetry/upload_to_cloud_storage
6 6
7 avconv: 7 avconv:
8 version 0.8.9-4:0.8.9-0ubuntu0.12.04.1 8 version 0.8.9-4:0.8.9-0ubuntu0.12.04.1
9 9
10 IEDriverServer binary: 10 IEDriverServer binary:
(...skipping 14 matching lines...) Expand all
25 1: vmlinux symtab matches kallsyms : FAILED! 25 1: vmlinux symtab matches kallsyms : FAILED!
26 2: detect open syscall event : FAILED! 26 2: detect open syscall event : FAILED!
27 3: detect open syscall event on all cpus : FAILED! 27 3: detect open syscall event on all cpus : FAILED!
28 4: read samples using the mmap interface : FAILED! 28 4: read samples using the mmap interface : FAILED!
29 5: parse events tests : FAILED! 29 5: parse events tests : FAILED!
30 [snip] 30 [snip]
31 11: Check parsing of sched tracepoints fields : FAILED! 31 11: Check parsing of sched tracepoints fields : FAILED!
32 12: Generate and check syscalls:sys_enter_open event fields: FAILED! 32 12: Generate and check syscalls:sys_enter_open event fields: FAILED!
33 21: Test object code reading :[kernel.kallsyms] ... FAILED! 33 21: Test object code reading :[kernel.kallsyms] ... FAILED!
34 shell> mv perf perfhost_trusty 34 shell> mv perf perfhost_trusty
35
36 perf_armeabi-v7a:
37 Follow http://source.android.com/source/building.html
38 . build/envsetup.sh
39 lunch aosp_arm-user
40
41 2013-09-26 - bulach - perf_armeabi-v7a / perfhost / tcpdump:
42 git revert -n 93501d3 # issue with __strncpy_chk2
43 make -j32 perf perfhost tcpdump
44 mv perf perf_armeabi-v7a
OLDNEW
« no previous file with comments | « tools/profile_chrome/perf_controller.py ('k') | tools/telemetry/bin/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698