Lines Matching defs:report_lib
448 void DestroyReportLib(ReportLib* report_lib) { in DestroyReportLib()
452 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
456 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
460 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()
464 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
468 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()
472 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()
476 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
480 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
484 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) { in GetSymbolOfCurrentSample()
488 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()
492 const char* GetTracingDataOfCurrentSample(ReportLib* report_lib) { in GetTracingDataOfCurrentSample()
496 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath()
500 FeatureSection* GetFeatureSection(ReportLib* report_lib, const char* feature_name) { in GetFeatureSection()