X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Flttng.h;h=6f3d6d1412154bde10c2f3ec7e2c666e92c13992;hb=4a1215a7771a365c2f018bb279031ee3fc2f8900;hp=2d40188a644199a7fa1e5105da2faba7d1aca82d;hpb=30bdb6e41d33f7ce7b4eb51f363423c1dc9fd88e;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/lttng.h b/instrumentation/events/lttng-module/lttng.h index 2d40188a..6f3d6d14 100644 --- a/instrumentation/events/lttng-module/lttng.h +++ b/instrumentation/events/lttng-module/lttng.h @@ -12,6 +12,11 @@ TRACE_EVENT(lttng_metadata, TP_ARGS(str), + /* + * Not exactly a string: more a sequence of bytes (dynamic + * array) without the length. This is a dummy anyway: we only + * use this declaration to generate an event metadata entry. + */ TP_STRUCT__entry( __string( str, str ) ), @@ -26,4 +31,4 @@ TRACE_EVENT(lttng_metadata, #endif /* _TRACE_LTTNG_H */ /* This part must be outside protection */ -#include "define_trace.h" +#include "../../../probes/define_trace.h"