Home
last modified time | relevance | path

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

/external/bcc/examples/usdt_sample/usdt_sample_lib1/src/
Dlib1_sdt.h14 #define USDT_SAMPLE_LIB1_SDT_OPERATION_START_SDT_ENABLED() __builtin_expect (operation_start_sdt_se… macro
17 #define USDT_SAMPLE_LIB1_SDT_OPERATION_START_SDT_ENABLED() __builtin_expect (usdt_sample_lib1_sdt_o… macro
Dlib1.cpp38 if (USDT_SAMPLE_LIB1_SDT_OPERATION_START_SDT_ENABLED()) { in executeAsync()