From mboxrd@z Thu Jan 1 00:00:00 1970 From: mjeanson@efficios.com (Michael Jeanson) Date: Tue, 26 Sep 2017 14:16:47 -0400 Subject: [lttng-dev] [PATCH lttng-modules] Fix: vmalloc wrapper on kernel < 2.6.38 Message-ID: <1506449807-5880-1-git-send-email-mjeanson@efficios.com> Ensure that all probes end up including the vmalloc wrapper through the lttng-tracer.h header so the trace_*() static inlines are generated through inclusion of include/trace/events/kmem.h before we define CREATE_TRACE_POINTS. Signed-off-by: Michael Jeanson --- lttng-tracer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lttng-tracer.h b/lttng-tracer.h index fb70bad..5239ef7 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -36,6 +36,7 @@ #include #include +#include #include #include -- 2.7.4