Remove ltt-core.c (unused)
[lttng-modules.git] / ltt-tracer-core.h
index 4357cec3f27f6c6a0db6d87cf88f4114264e186a..5abc432d24a0a6bebd210d7a304c325eb131c9d7 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/list.h>
 #include <linux/percpu.h>
 
-#if 1 //ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
+#ifndef CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
 /* Align data on its natural alignment */
 #define RING_BUFFER_ALIGN
 #endif
@@ -25,13 +25,4 @@ struct ltt_session;
 struct ltt_channel;
 struct ltt_event;
 
-typedef int (*ltt_run_filter_functor)(struct ltt_session *session,
-                                     struct ltt_channel *chan,
-                                     struct ltt_event *event);
-
-extern ltt_run_filter_functor ltt_run_filter;
-
-extern void ltt_filter_register(ltt_run_filter_functor func);
-extern void ltt_filter_unregister(void);
-
 #endif /* LTT_TRACER_CORE_H */
This page took 0.024483 seconds and 4 git commands to generate.