Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
return 0;
}
-#include <lttng/vatomic.h>
-
#endif /* _LINUX_RING_BUFFER_CONFIG_H */
#include <urcu/list.h>
#include <lttng/core.h>
#include <lttng/ust-events.h>
+#include <assert.h>
#include "ltt-tracer-core.h"
#include <limits.h>
#include "shm_internal.h"
+#include "vatomic.h"
struct lttng_ust_lib_ring_buffer_backend_pages {
unsigned long mmap_offset; /* offset of the subbuffer in mmap */
#include <lttng/ringbuffer-config.h>
#include "backend_types.h"
#include "shm_internal.h"
+#include "vatomic.h"
/*
* A switch is done during tracing or as a final flush after tracing (so it
#include <assert.h>
#include <sys/socket.h>
-#include <lttng/ust-comm.h>
+#include <ust-comm.h>
#include "../../libringbuffer/backend.h"
#include "../../libringbuffer/frontend.h"
#include <assert.h>
#include <sys/socket.h>
-#include <lttng/ust-comm.h>
+#include <ust-comm.h>
#include <../../libringbuffer/backend.h>
#include <../../libringbuffer/frontend.h>