Searched refs:report_lib (Results 1 – 2 of 2) sorted by relevance
101 void DestroyReportLib(ReportLib* report_lib) EXPORT;105 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) EXPORT;106 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) EXPORT;107 bool SetRecordFile(ReportLib* report_lib, const char* record_file) EXPORT;108 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) EXPORT;109 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;111 void MergeJavaMethods(ReportLib* report_lib, bool merge) EXPORT;113 Sample* GetNextSample(ReportLib* report_lib) EXPORT;114 Event* GetEventOfCurrentSample(ReportLib* report_lib) EXPORT;[all …]
973 self.report_lib = ReportLib()974 self.report_lib.SetRecordFile(TEST_HELPER.testdata_path('perf_with_symbols.data'))977 self.report_lib.Close()981 build_id = self.report_lib.GetBuildIdForPath('/data/t2')986 while self.report_lib.GetNextSample():987 symbol = self.report_lib.GetSymbolOfCurrentSample()996 while self.report_lib.GetNextSample():997 sample = self.report_lib.GetCurrentSample()1005 event = self.report_lib.GetEventOfCurrentSample()1007 callchain = self.report_lib.GetCallChainOfCurrentSample()[all …]