Searched refs:ReportLibOptions (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_sample.py | 23 from simpleperf_utils import BaseArgumentParser, flatten_arg_list, ReportLibOptions 33 report_lib_options: ReportLibOptions): argument
|
D | stackcollapse.py | 29 from simpleperf_utils import BaseArgumentParser, flatten_arg_list, ReportLibOptions 46 report_lib_options: ReportLibOptions): argument
|
D | gecko_profile_generator.py | 36 from simpleperf_utils import BaseArgumentParser, ReportLibOptions 392 report_lib_options: ReportLibOptions, argument
|
D | simpleperf_report_lib.py | 31 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
|
D | simpleperf_utils.py | 1098 class ReportLibOptions: class 1226 report_lib_options = ReportLibOptions(
|
D | report_html.py | 34 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/ |
D | pprof_proto_generator_test.py | 27 from simpleperf_utils import ReportLibOptions 225 'report_lib_options': ReportLibOptions(False, None, '', None, None, None)}
|