Go to the documentation of this file.
9 #ifndef TOR_TRACE_LTTNG_LTTNG_H
10 #define TOR_TRACE_LTTNG_LTTNG_H
12 #ifdef USE_TRACING_INSTRUMENTATION_LTTNG
14 #include <lttng/tracepoint.h>
17 #define TOR_TRACE_LTTNG(subsystem, event_name, ...) \
18 tracepoint(subsystem, event_name, ## __VA_ARGS__)
23 #define TOR_TRACE_LTTNG(subsystem, event_name, ...)