proxygen
StaticTracepoint.h File Reference

Go to the source code of this file.

Macros

#define FOLLY_SDT(provider, name, ...)
 
#define FOLLY_SDT_WITH_SEMAPHORE(provider, name, ...)
 
#define FOLLY_SDT_IS_ENABLED(provider, name)   (false)
 
#define FOLLY_SDT_DEFINE_SEMAPHORE(provider, name)
 
#define FOLLY_SDT_DECLARE_SEMAPHORE(provider, name)
 

Macro Definition Documentation

#define FOLLY_SDT (   provider,
  name,
  ... 
)
#define FOLLY_SDT_DECLARE_SEMAPHORE (   provider,
  name 
)

Definition at line 44 of file StaticTracepoint.h.

#define FOLLY_SDT_DEFINE_SEMAPHORE (   provider,
  name 
)

Definition at line 43 of file StaticTracepoint.h.

#define FOLLY_SDT_IS_ENABLED (   provider,
  name 
)    (false)

Definition at line 42 of file StaticTracepoint.h.

Referenced by TEST().

#define FOLLY_SDT_WITH_SEMAPHORE (   provider,
  name,
  ... 
)
Value:
do { \
} while (0)

Definition at line 39 of file StaticTracepoint.h.

Referenced by manyArgTypesTestFunc(), and folly::test::staticTracepointTestFunc().