Import lib ring buffer into LTTng modules
[lttng-modules.git] / ltt-tracer.h
index ef5e815b53afad7a6c202d0d77cf4898419ec5bb..f4d1ef847a1adb13f86520e9dec2e607ed95f883 100644 (file)
@@ -19,7 +19,7 @@
 #include <asm/atomic.h>
 #include <asm/local.h>
 
-#include "trace-clock.h"
+#include "wrapper/trace-clock.h"
 #include "ltt-tracer-core.h"
 #include "ltt-events.h"
 
@@ -226,7 +226,7 @@ unsigned char record_header_size(const struct lib_ring_buffer_config *config,
        return offset - orig_offset;
 }
 
-#include <linux/ringbuffer/api.h>
+#include "wrapper/ringbuffer/api.h"
 
 extern
 void ltt_write_event_header_slow(const struct lib_ring_buffer_config *config,
This page took 0.034299 seconds and 4 git commands to generate.