Home
last modified time | relevance | path

Searched refs:SIMPLEPERF_EXPORT (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/include/
Dsimpleperf.h25 #ifndef SIMPLEPERF_EXPORT
26 #define SIMPLEPERF_EXPORT macro
31 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
/system/extras/simpleperf/
Drecord_lib_interface.cpp17 #define SIMPLEPERF_EXPORT __attribute__((visibility("default"))) macro