Lines Matching refs:DLL_EXPORT
19 #define DLL_EXPORT __declspec(dllexport)
21 #define DLL_EXPORT __attribute__((visibility("default")))
39 DLL_EXPORT const char *CDECL EchoLoopBack(const char *);
44 DLL_EXPORT int CDECL SetDebug(bool enable);
52 DLL_EXPORT int CDECL Report(const char *perfFile, const char *reportFile,
62 DLL_EXPORT int CDECL ReportJson(const char *perfFile, const char *reportFile);
71 DLL_EXPORT int CDECL ReportUnwindJson(const char *perfFile, const char *reportFile,
77 DLL_EXPORT int CDECL Dump(const char *);
83 DLL_EXPORT const char *CDECL ReportGetSymbolFiles(const char *perfFile);
88 DLL_EXPORT const char *CDECL ReportGetBuildId(const char *elfPath);
95 DLL_EXPORT const char *CDECL ReportGetElfArch(const char *elfPath);