|
proxygen
|
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) |
| #define FOLLY_SDT | ( | provider, | |
| name, | |||
| ... | |||
| ) |
Definition at line 36 of file StaticTracepoint.h.
Referenced by alwaysInlineTestFunc(), arrayTestFunc(), branchTestFunc(), emptyTestFunc(), manyArgTypesTestFunc(), pointerTestFunc(), folly::RequestContext::setContext(), and structTestFunc().
| #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, | |||
| ... | |||
| ) |
Definition at line 39 of file StaticTracepoint.h.
Referenced by manyArgTypesTestFunc(), and folly::test::staticTracepointTestFunc().