• Home
  • Raw
  • Download

Lines Matching defs:report_lib

636 void DestroyReportLib(ReportLib* report_lib) {  in DestroyReportLib()
640 bool SetLogSeverity(ReportLib* report_lib, const char* log_level) { in SetLogSeverity()
644 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
648 bool SetRecordFile(ReportLib* report_lib, const char* record_file) { in SetRecordFile()
652 void ShowIpForUnknownSymbol(ReportLib* report_lib) { in ShowIpForUnknownSymbol()
656 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames()
660 void MergeJavaMethods(ReportLib* report_lib, bool merge) { in MergeJavaMethods()
664 bool SetKallsymsFile(ReportLib* report_lib, const char* kallsyms_file) { in SetKallsymsFile()
668 bool AddProguardMappingFile(ReportLib* report_lib, const char* mapping_file) { in AddProguardMappingFile()
672 const char* GetSupportedTraceOffCpuModes(ReportLib* report_lib) { in GetSupportedTraceOffCpuModes()
676 bool SetTraceOffCpuMode(ReportLib* report_lib, const char* mode) { in SetTraceOffCpuMode()
680 bool SetSampleFilter(ReportLib* report_lib, const char** filters, int filters_len) { in SetSampleFilter()
684 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads()
689 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
693 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
697 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) { in GetSymbolOfCurrentSample()
701 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()
705 const char* GetTracingDataOfCurrentSample(ReportLib* report_lib) { in GetTracingDataOfCurrentSample()
709 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath()
713 FeatureSection* GetFeatureSection(ReportLib* report_lib, const char* feature_name) { in GetFeatureSection()