Rename symbols.h to vmalloc.h
[lttng-modules.git] / probes / lttng-events.h
index b6109f2f55de4eacb3ee86a7892f03612752d404..f031d450e3f29ca4009d576bd4b8bda9068571b7 100644 (file)
@@ -1,6 +1,7 @@
 #include <lttng.h>
 #include <lttng-types.h>
 #include <linux/debugfs.h>
+#include "../wrapper/vmalloc.h"        /* for wrapper_vmalloc_sync_all() */
 #include "../wrapper/ringbuffer/frontend_types.h"
 #include "../ltt-events.h"
 #include "../ltt-tracer-core.h"
@@ -572,6 +573,7 @@ static int TP_ID(__lttng_events_init__, TRACE_SYSTEM)(void)
        int ret;
        int i;
 
+       wrapper_vmalloc_sync_all();
        ret = TP_ID(__lttng_types_init__, TRACE_SYSTEM)();
        if (ret)
                return ret;
This page took 0.026938 seconds and 4 git commands to generate.