Searched refs:SIMPLEPERF_EXPORT (Results 1 – 2 of 2) sorted by relevance
25 #ifndef SIMPLEPERF_EXPORT26 #define SIMPLEPERF_EXPORT macro31 std::vector<std::string> GetAllEvents() SIMPLEPERF_EXPORT;32 bool IsEventSupported(const std::string& name) SIMPLEPERF_EXPORT;61 class SIMPLEPERF_EXPORT PerfEventSet {95 #undef SIMPLEPERF_EXPORT
17 #define SIMPLEPERF_EXPORT __attribute__((visibility("default"))) macro