Home
last modified time | relevance | path

Searched refs:perf_profile (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent.py85 perf_profile = os.path.join(output_path,
87 self._device.PullFile(self._output_file.name, perf_profile)
88 if not os.stat(perf_profile).st_size:
89 os.remove(perf_profile)
94 return perf_profile
148 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir, argument
151 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms)
171 perf_profile = self._perf_instance.PullResult(symfs_dir)
174 perf_profile)
189 perf_profile, symfs_dir, required_libs, kallsyms))
[all …]
/external/perfetto/tools/trace_to_text/
Dmain.cc78 bool perf_profile = false; in Main() local
107 perf_profile = true; in Main()
161 if (perf_profile && format != "profile") { in Main()
194 return perf_profile in Main()
Dpprof_builder.cc824 namespace perf_profile { namespace
963 return perf_profile::TraceToPerfPprof(tp, output, annotate_frames, pid); in TraceToPprof()
/external/toolchain-utils/afdo_tools/
Dgenerate_afdo_from_tryjob.py136 profile = _abspath_or_gs_link(args.perf_profile)