libust events: lazy probe binding
[lttng-ust.git] / libust / ltt-tracer-core.h
index d6839e4812897a34892bf7f6d367ad5e6e6f9bdc..1a329780f7875e6105df70b3cf88733640849633 100644 (file)
 
 #include <ust/kcompat/kcompat.h>
 #include <ust/core.h>
+#include <ust/lttng-tracer.h>
 #include <urcu/list.h>
+#include <ust/usterr-signal-safe.h>
+#include "ust/bug.h"
 
-#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
-/* Align data on its natural alignment */
-#define RING_BUFFER_ALIGN
-#endif
-
-#include "../libringbuffer/config.h"
+#include <ust/ringbuffer-config.h>
 
 struct ltt_session;
 struct ltt_channel;
 struct ltt_event;
 
-#define /* _LTT_TRACER_CORE_H */
+void lock_ust(void);
+void unlock_ust(void);
+
+#endif /* _LTT_TRACER_CORE_H */
This page took 0.024717 seconds and 4 git commands to generate.