Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_sample.py23 from simpleperf_utils import BaseArgumentParser, flatten_arg_list, ReportLibOptions
33 report_lib_options: ReportLibOptions): argument
Dstackcollapse.py29 from simpleperf_utils import BaseArgumentParser, flatten_arg_list, ReportLibOptions
46 report_lib_options: ReportLibOptions): argument
Dgecko_profile_generator.py36 from simpleperf_utils import BaseArgumentParser, ReportLibOptions
392 report_lib_options: ReportLibOptions, argument
Dsimpleperf_report_lib.py31 str_to_bytes, ReportLibOptions)
241 def SetReportOptionsForReportLib(report_lib, options: ReportLibOptions): argument
324 def SetReportOptions(self, options: ReportLibOptions): argument
598 def SetReportOptions(self, options: ReportLibOptions): argument
Dsimpleperf_utils.py1098 class ReportLibOptions: class
1226 report_lib_options = ReportLibOptions(
Dreport_html.py34 log_exit, Objdump, open_report_in_browser, ReadElf, ReportLibOptions, SourceFileSearcher)
641 def load_record_file(self, record_file: str, report_lib_options: ReportLibOptions): argument
/system/extras/simpleperf/scripts/test/
Dpprof_proto_generator_test.py27 from simpleperf_utils import ReportLibOptions
225 'report_lib_options': ReportLibOptions(False, None, '', None, None, None)}