Searched refs:perf_profile (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | perf_controller.py | 81 perf_profile = os.path.join(output_path, 83 self._device.PullFile(self._output_file.name, perf_profile) 84 if not os.stat(perf_profile).st_size: 85 os.remove(perf_profile) 90 return perf_profile 132 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir, argument 135 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms) 155 perf_profile = self._perf_instance.PullResult(symfs_dir) 158 perf_profile) 173 perf_profile, symfs_dir, required_libs, kallsyms)) [all …]
|