Index: tools/profile_chrome/perf_controller.py |
diff --git a/tools/profile_chrome/perf_controller.py b/tools/profile_chrome/perf_controller.py |
index 1a83eec2f6bf3e153a35b6a98686a5d80c02bd2a..06992cfd134bfb3ba9de1f099418492db80de3c3 100644 |
--- a/tools/profile_chrome/perf_controller.py |
+++ b/tools/profile_chrome/perf_controller.py |
@@ -165,7 +165,7 @@ class PerfProfilerController(controllers.BaseController): |
required_libs, |
use_symlinks=False) |
perfhost_path = support_binaries.FindPath( |
- android_profiling_helper.GetPerfhostName(), 'linux') |
+ android_profiling_helper.GetPerfhostName(), 'x86_64', 'linux') |
ui.PrintMessage('\nNote: to view the profile in perf, run:') |
ui.PrintMessage(' ' + self._GetInteractivePerfCommand(perfhost_path, |