Fix: include erroneously removed by backport
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 8 Apr 2022 14:15:05 +0000 (10:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 8 Apr 2022 14:15:05 +0000 (10:15 -0400)
commit ad5e2bb2 ("Fix: tracepoint event: allow same provider and event name")
erroneously removes an include from the tracepoint event header. This
issue crept into the cherry-pick of the patch into the stable-2.12
branch.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I0b77f71937ef6a37fa0d4c1d1617b4031ae2cf02

probes/lttng-tracepoint-event-impl.h

index 53c929d86110b1295e58f179cde885cd181ed4f5..4231afadcd990cbc9f6129e97a10256b843b22a7 100644 (file)
@@ -1345,6 +1345,7 @@ static const struct lttng_event_desc __event_desc___##_map = {            \
 #define TP_ID(_token, _system) TP_ID1(_token, _system)
 
 static const struct lttng_event_desc *TP_ID(__provider_event_desc___, TRACE_SYSTEM)[] = {
+#include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
 };
 
 #undef TP_ID1
This page took 0.026927 seconds and 4 git commands to generate.