Lines Matching refs:EXPORT
36 #define EXPORT __attribute__((visibility("default"))) macro
100 ReportLib* CreateReportLib() EXPORT;
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;
112 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
113 Event* GetEventOfCurrentSample(ReportLib* report_lib) EXPORT;
114 SymbolEntry* GetSymbolOfCurrentSample(ReportLib* report_lib) EXPORT;
115 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
116 const char* GetTracingDataOfCurrentSample(ReportLib* report_lib) EXPORT;
118 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) EXPORT;
119 FeatureSection* GetFeatureSection(ReportLib* report_lib, const char* feature_name) EXPORT;