Home
last modified time | relevance | path

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

/external/bcc/tests/python/include/folly/tracing/
DStaticTracepoint.h24 #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/
Dlib1.cpp36 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()