Searched defs:report_lib (Results 1 – 3 of 3) sorted by relevance
859 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()863 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()867 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()871 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()875 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()879 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()883 bool RemoveMethod(ReportLib* report_lib, const char* method_name_regex) { in RemoveMethod()887 void MergeJavaMethods(ReportLib* report_lib, bool merge) { in MergeJavaMethods()891 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()895 bool AddProguardMappingFile(ReportLib* report_lib, const char* mapping_file) { in AddProguardMappingFile()[all …]
119 def has_art_frame(report_lib): argument141 def get_methods(report_lib) -> Set[str]: argument162 def parse_dso_names(report_lib): argument
282 def SetReportOptionsForReportLib(report_lib, options: ReportLibOptions): argument