Searched refs:perf_profile (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_tracing_agent.py | 86 perf_profile = os.path.join(output_path, 88 self._device.PullFile(self._output_file.name, perf_profile) 89 if not os.stat(perf_profile).st_size: 90 os.remove(perf_profile) 95 return perf_profile 149 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir, argument 152 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms) 172 perf_profile = self._perf_instance.PullResult(symfs_dir) 175 perf_profile) 190 perf_profile, symfs_dir, required_libs, kallsyms)) [all …]
|