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

Unified Diff: tools/telemetry/bin/README.chromium

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/bin/.gitignore ('k') | tools/telemetry/bin/android/arm64-v8a/device_forwarder.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/bin/README.chromium
diff --git a/tools/telemetry/bin/README.chromium b/tools/telemetry/bin/README.chromium
deleted file mode 100644
index b2cd84a43e969a64149bf73f9cb89e9cc55b0500..0000000000000000000000000000000000000000
--- a/tools/telemetry/bin/README.chromium
+++ /dev/null
@@ -1,54 +0,0 @@
-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 branch modified by vmiura on github. The git branch used is
- "perf_tracing_changes" but in the directions below I have included the actual
- hash of the checkout.
-
- Make sure you have the proper libraries installed for symbol demangling:
- shell> sudo apt-get install binutils-dev
- shell> sudo apt-get install libiberty-dev
-
- Directions for building perf:
- shell> git clone https://github.com/vmiura/linux.git
- shell> cd linux
- shell> git checkout e1fe871e4a33712ad4964a70904d5d59188e3cc2
- 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
« no previous file with comments | « tools/telemetry/bin/.gitignore ('k') | tools/telemetry/bin/android/arm64-v8a/device_forwarder.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698