Searched refs:ReportLib (Results 1 – 6 of 6) sorted by relevance
29 class ReportLib;76 ReportLib* CreateReportLib() EXPORT;77 void DestroyReportLib(ReportLib* report_lib) EXPORT;81 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) EXPORT;82 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) EXPORT;83 bool SetRecordFile(ReportLib* report_lib, const char* record_file) EXPORT;84 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) EXPORT;85 void ShowIpForUnknownSymbol(ReportLib* report_lib) EXPORT;87 Sample* GetNextSample(ReportLib* report_lib) EXPORT;88 Event* GetEventOfCurrentSample(ReportLib* report_lib) EXPORT;[all …]
29 lib = ReportLib()
137 class ReportLib(object): class258 self.report_lib = ReportLib()
70 lib = ReportLib()
320 lib = ReportLib()376 lib = ReportLib()
257 self.lib = ReportLib()