Searched refs:perfhost_path (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_tracing_agent.py | 149 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir, argument 152 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms) 185 perfhost_path = binary_manager.FetchPath( 189 ui.PrintMessage(' ' + self._GetInteractivePerfCommand(perfhost_path, 198 cmd = [perfhost_path, 'script', '-s', perf_script_path, '-i',
|