Searched refs:target_options (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/runtest/ |
D | runtest.py | 583 def runtest(target_options, use_callgraph_options, sampler_options, selected_tests): argument 592 for target in target_options: 601 target_options = ['host64', 'host32', 'device64', 'device32'] 608 target_options = ['host64', 'host32'] 610 target_options = ['device64', 'device32'] 623 runtest(target_options, use_callgraph_options, sampler_options, selected_tests)
|