Home
last modified time | relevance | path

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

/system/extras/simpleperf/runtest/
Druntest.py594 def runtest(target_options, use_callgraph_options, sampler_options, selected_tests): argument
605 for sampler in sampler_options:
614 sampler_options = ['cpu-cycles', 'inplace-sampler']
627 sampler_options = ['cpu-cycles']
629 sampler_options = ['inplace-sampler']
638 runtest(target_options, use_callgraph_options, sampler_options, selected_tests)