Home
last modified time | relevance | path

Searched refs:build_binary_cache (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/test/
H A Dapp_test.py82 def run_app_profiler(self, record_arg="-g --duration 10", build_binary_cache=True, argument
85 if not build_binary_cache:
96 if build_binary_cache:
148 self.run_app_profiler(build_binary_cache=False)
156 self.run_app_profiler(build_binary_cache=True)
H A Dreport_html_test.py109 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
149 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
H A Dkotlin_app_test.py35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
H A Dcpp_app_test.py35 self.run_app_profiler(start_activity=True, build_binary_cache=False)
H A Dpprof_proto_generator_test.py121 binary_cache_builder.build_binary_cache(testdata_file, [TestHelper.testdata_dir])
H A Djava_app_test.py39 self.run_app_profiler(start_activity=True, build_binary_cache=False)
/aosp12/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py51 def build_binary_cache(self, perf_data_path: str, symfs_dirs: List[Union[Path, str]]): member in BinaryCacheBuilder
244 builder.build_binary_cache(args.perf_data_path, symfs_dirs)