Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DTracing.h21 #define TRACING_API __declspec(dllexport) macro
25 #define TRACING_API __declspec(dllimport) macro
30 #define TRACING_API __attribute__((visibility("default"))) macro
34 #define TRACING_API macro
46 TRACING_API void initializeTracing();
49 TRACING_API void enableTracing();
50 TRACING_API void disableTracing();
55 TRACING_API void setGuestTime(uint64_t guestTime);
58 TRACING_API void traceCounter(const char* tag, int64_t value);
60 TRACING_API void beginTrace(const char* name);
[all …]