Searched refs:build_binary_cache (Results  1 – 8 of 8) sorted by relevance
| /system/extras/simpleperf/scripts/test/ | 
| D | app_test.py | 89     def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True,  argument 92         if not build_binary_cache: 103         if build_binary_cache: 156         self.run_app_profiler(build_binary_cache=False) 164         self.run_app_profiler(build_binary_cache=True)
  | 
| D | pprof_proto_generator_test.py | 106         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir]) 155         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir]) 168         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir]) 217         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
  | 
| D | annotate_test.py | 32         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
  | 
| D | kotlin_app_test.py | 36         self.run_app_profiler(start_activity=True, build_binary_cache=False)
  | 
| D | report_html_test.py | 114         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir]) 154         binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
  | 
| D | cpp_app_test.py | 34         self.run_app_profiler(start_activity=True, build_binary_cache=False)
  | 
| D | java_app_test.py | 40         self.run_app_profiler(start_activity=True, build_binary_cache=False)
  | 
| /system/extras/simpleperf/scripts/ | 
| D | binary_cache_builder.py | 257     def build_binary_cache(self, perf_data_path: str, symfs_dirs: List[Union[Path, str]]) -> bool:  member in BinaryCacheBuilder 344     return builder.build_binary_cache(args.perf_data_path, symfs_dirs)
  |