Searched refs:target_options (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/runtest/ |
D | runtest.py | 575 def runtest(target_options, use_callgraph_options, sampler_options, selected_tests): argument 584 for target in target_options: 593 target_options = ['host64', 'host32', 'device64', 'device32'] 600 target_options = ['host64', 'host32'] 602 target_options = ['device64', 'device32'] 619 runtest(target_options, use_callgraph_options, sampler_options, selected_tests)
|