Add event macro reset header, add kvm probe
[lttng-modules.git] / ltt-tracer-core.h
index cb82658b19c0ea014f5823ae434d1259cfe668bf..c300e5d2d55352cd9c949d0d8cdda8fdf1ade57a 100644 (file)
 #include <linux/percpu.h>
 #include <linux/ltt-core.h>
 
+#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
+/* Align data on its natural alignment */
+#define RING_BUFFER_ALIGN
+#endif
+
+#include <linux/ringbuffer/config.h>
+
 struct ltt_session;
 struct ltt_channel;
 struct ltt_event;
This page took 0.022835 seconds and 4 git commands to generate.