Searched refs:FOLLY_SDT (Results 1 – 2 of 2) sorted by relevance
/external/bcc/tests/python/include/folly/tracing/ |
D | StaticTracepoint.h | 24 #define FOLLY_SDT(provider, name, ...) \ macro 28 #define FOLLY_SDT(provider, name, ...) do {} while(0) macro
|
/external/bcc/examples/usdt_sample/usdt_sample_lib1/src/ |
D | lib1.cpp | 36 FOLLY_SDT(usdt_sample_lib1, operation_start, operationId, request.input().c_str()); in executeAsync() 53 FOLLY_SDT(usdt_sample_lib1, operation_end, operationId, response.output().c_str()); in executeAsync()
|