Home
last modified time | relevance | path

Searched refs:testdata_path (Results 1 – 16 of 16) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dstackcollapse_test.py29 args = ['stackcollapse.py', '-i', TestHelper.testdata_path(testdata_file)]
37 golden_path = TestHelper.testdata_path('perf_with_jit_symbol.foldedstack')
42 golden_path = TestHelper.testdata_path('perf_with_jit_symbol.foldedstack_with_kernel')
47 golden_path = TestHelper.testdata_path('perf_with_jit_symbol.foldedstack_with_pid')
52 golden_path = TestHelper.testdata_path('perf_with_jit_symbol.foldedstack_with_tid')
57 golden_path = TestHelper.testdata_path('perf_with_two_event_types.foldedstack')
62 golden_path = TestHelper.testdata_path('perf_with_two_event_types.foldedstack_cpu_clock')
67 golden_path = TestHelper.testdata_path('perf_with_jit_symbol.foldedstack_addrs')
Dreport_html_test.py30 TestHelper.testdata_path('perf_with_long_callchain.data')])
37 TestHelper.testdata_path('aggregatable_perf1.data'),
38 TestHelper.testdata_path('aggregatable_perf2.data')])
48 TestHelper.testdata_path('aggregatable_perf1.data'),
49 TestHelper.testdata_path('aggregatable_perf2.data')])
62 perf_data = TestHelper.testdata_path('two_process_perf.data')
75 testdata_file = TestHelper.testdata_path('perf_need_proguard_mapping.data')
76 proguard_mapping_file = TestHelper.testdata_path('proguard_mapping.txt')
110 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
150 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
[all …]
Dreport_lib_test.py39 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_symbols.data'))
44 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_symbols.data'))
55 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_symbols.data'))
73 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_trace_offcpu_v2.data'))
82 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_tracepoint_event.data'))
90 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_trace_offcpu_v2.data'))
99 self.report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_trace_offcpu_v2.data'))
120 report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_interpreter_frames.data'))
143 report_lib.SetRecordFile(TestHelper.testdata_path('perf_display_bitmaps.data'))
165 report_lib.SetRecordFile(TestHelper.testdata_path('perf_with_interpreter_frames.data'))
[all …]
Dbinary_cache_builder_test.py38 origin_file = TestHelper.testdata_path(filename)
64 symfs_dir = TestHelper.testdata_path('data/symfs_without_build_id')
78 origin_file = TestHelper.testdata_path(filename)
92 apk_path = TestHelper.testdata_path('data/app/com.example.hellojni-1/base.apk')
98 TestHelper.testdata_path('has_embedded_native_libs_apk_perf.data'))
111 TestHelper.testdata_path('runtest_two_functions_arm64_perf.data'))
117 TestHelper.testdata_path(
123 debug_file = TestHelper.testdata_path(filename)
134 TestHelper.testdata_path('runtest_two_functions_arm64_perf.data'))
Dinferno_test.py35 testdata_file = TestHelper.testdata_path('perf_need_proguard_mapping.data')
36 proguard_mapping_file = TestHelper.testdata_path('proguard_mapping.txt')
47 testdata_file = TestHelper.testdata_path('perf_with_trace_offcpu_v2.data')
55 ['--record_file', TestHelper.testdata_path('perf_display_bitmaps.data'),
88 TestHelper.testdata_path('perf_with_interpreter_frames.data'), '-sc']
Dreport_sample_test.py28 args = ['report_sample.py', '-i', TestHelper.testdata_path(record_file)]
36 with open(TestHelper.testdata_path('perf_display_bitmaps.perf-script')) as f:
56 with open(TestHelper.testdata_path('perf_display_bitmaps.perf-script')) as f:
72 with open(TestHelper.testdata_path('perf_display_bitmaps.RenderThread.perf-script')) as f:
81 with open(TestHelper.testdata_path('perf_display_bitmaps.UiThread.perf-script')) as f:
87 with open(TestHelper.testdata_path('perf_display_bitmaps.header.perf-script')) as f:
Dgecko_profile_generator_test.py28 testdata_path = TestHelper.testdata_path(testdata_file)
29 args = ['gecko_profile_generator.py', '-i', testdata_path]
41 golden_path = TestHelper.testdata_path('perf_with_interpreter_frames.gecko.json')
55 golden_path = TestHelper.testdata_path('perf_with_tracepoint_event.gecko.json')
69 golden_path = TestHelper.testdata_path('perf_with_jit_symbol.gecko.json')
Dpurgatorio_test.py37 testdata_file = TestHelper.testdata_path('perf_need_proguard_mapping.data')
38 proguard_mapping_file = TestHelper.testdata_path('proguard_mapping.txt')
48 options = ['-i', TestHelper.testdata_path('perf_with_interpreter_frames.data')]
Dannotate_test.py28 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
58 self.run_cmd(['annotate.py', '-i', TestHelper.testdata_path(
80 ['annotate.py', '-i', TestHelper.testdata_path('perf_with_interpreter_frames.data'),
Dpprof_proto_generator_test.py32 testdata_path = TestHelper.testdata_path(testdata_file)
34 self.run_cmd(['pprof_proto_generator.py', '-i', testdata_path] + options)
38 testdata_paths = [TestHelper.testdata_path(f) for f in testdata_files]
106 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
146 proguard_mapping_file = TestHelper.testdata_path('proguard_mapping.txt')
155 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
168 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
217 testdata_file = TestHelper.testdata_path('runtest_two_functions_arm64_perf.data')
Dsample_filter_test.py29 testdata_file = TestHelper.testdata_path('perf_display_bitmaps.data')
35 testdata_file = TestHelper.testdata_path('perf_display_bitmaps.data')
Dtools_test.py373 [TestHelper.testdata_path('SimpleperfExampleCpp'),
374 TestHelper.testdata_path('SimpleperfExampleKotlin')])
399 self.assertTrue(ReadElf.is_elf_file(TestHelper.testdata_path(
412 elf_path = TestHelper.testdata_path(elf_name)
Dapp_test.py36 cls.example_path = TestHelper.testdata_path(example_name)
257 self.install_apk(TestHelper.testdata_path('DisplayBitmaps.apk'),
259 self.install_apk(TestHelper.testdata_path('DisplayBitmapsTest.apk'),
270 self.install_apk(TestHelper.testdata_path(
Dapp_profiler_test.py84 downloader.collect_native_libs_on_host(TestHelper.testdata_path(
132 shutil.copyfile(TestHelper.testdata_path('data/symfs_without_build_id/elf'), name)
Dapi_profiler_test.py32 apk_path = TestHelper.testdata_path(apk_name)
Dtest_utils.py79 def testdata_path(cls, testdata_name: str) -> str: member in TestHelper