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