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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
#include <wrapper/trace-clock.h>
#include <wrapper/compiler.h>
+#include <wrapper/vmalloc.h>
#include <lttng-tracer-core.h>
#include <lttng-events.h>