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

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

Issue 474933005: Perfhost for ubuntu trusty (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lucid -> precise (shame shame) Created 6 years, 3 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/profile_chrome/perf_controller.py ('k') | tools/telemetry/bin/linux/perfhost_precise.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
index 9b1bbaa885bdbb946b6d75a54a5cbab601856e49..cb26026f9183011bc05b9b420d7b825404db128b 100644
--- a/tools/telemetry/bin/README.chromium
+++ b/tools/telemetry/bin/README.chromium
@@ -12,3 +12,23 @@ IEDriverServer binary:
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
« no previous file with comments | « tools/profile_chrome/perf_controller.py ('k') | tools/telemetry/bin/linux/perfhost_precise.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698