Lines Matching defs:report_lib
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()
899 const char* GetSupportedTraceOffCpuModes(ReportLib* report_lib) { in GetSupportedTraceOffCpuModes()
903 bool SetTraceOffCpuMode(ReportLib* report_lib, const char* mode) { in SetTraceOffCpuMode()
907 bool SetSampleFilter(ReportLib* report_lib, const char** filters, int filters_len) { in SetSampleFilter()
911 bool AggregateThreads(ReportLib* report_lib, const char** thread_name_regex, in AggregateThreads()
916 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample()
920 Event* GetEventOfCurrentSample(ReportLib* report_lib) { in GetEventOfCurrentSample()
924 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) { in GetSymbolOfCurrentSample()
928 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample()
932 EventCountersView* GetEventCountersOfCurrentSample(ReportLib* report_lib) { in GetEventCountersOfCurrentSample()
936 const char* GetTracingDataOfCurrentSample(ReportLib* report_lib) { in GetTracingDataOfCurrentSample()
940 const char* GetProcessNameOfCurrentSample(ReportLib* report_lib) { in GetProcessNameOfCurrentSample()
944 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath()
948 FeatureSection* GetFeatureSection(ReportLib* report_lib, const char* feature_name) { in GetFeatureSection()
952 BuildIdPair* GetAllBuildIds(ReportLib* report_lib) { in GetAllBuildIds()
956 void SetETMCallback(ReportLib* report_lib, void (*callback)(const uint8_t, const void*)) { in SetETMCallback()
960 DsoAddress ConvertETMAddressToVaddrInFile(ReportLib* report_lib, uint8_t trace_id, in ConvertETMAddressToVaddrInFile()
965 Thread GetThread(ReportLib* report_lib, int tid) { in GetThread()
969 SymbolEntry* ReadSymbolsForPath(ReportLib* report_lib, const char* path) { in ReadSymbolsForPath()