Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / probes / lttng-kretprobes.c
index 40938f2b7110bd5506862d982ee8deca997bc614..00675937a22416b9150bf24cf78925ed8ae07926 100644 (file)
 #include <linux/kprobes.h>
 #include <linux/slab.h>
 #include <linux/kref.h>
-#include <lttng-events.h>
-#include <wrapper/ringbuffer/frontend_types.h>
+#include <lttng/events.h>
+#include <ringbuffer/frontend_types.h>
 #include <wrapper/vmalloc.h>
 #include <wrapper/irqflags.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 #include <blacklist/kprobes.h>
 
 enum lttng_kretprobe_type {
@@ -221,7 +221,7 @@ int lttng_kretprobes_register(const char *name,
         * Well.. kprobes itself puts the page fault handler on the blacklist,
         * but we can never be too careful.
         */
-       wrapper_vmalloc_sync_all();
+       wrapper_vmalloc_sync_mappings();
 
        ret = register_kretprobe(&lttng_krp->krp);
        if (ret)
This page took 0.026243 seconds and 4 git commands to generate.