move everything out of trunk
[lttv.git] / tests / kernel / test-time-probe.c
index 587b4533d74c29be650dd4996e4a735212a8e788..9ee86e50160f13faca40e0b001d70da198e6d20e 100644 (file)
@@ -4,12 +4,14 @@
  */
 
 
+#define CONFIG_LTT_FACILITY_TESTS
 #include "ltt-facility-tests.h"
 
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/ltt-core.h>
 
+
 /* Event logged : 4 bytes + 20 bytes header = 24 bytes. Let's use 1MB of
  * buffers. 1MB / 24bytes = 43690. So, if we write 20000 event, we should not
  * lose events. Check event lost count after tests. */
This page took 0.023143 seconds and 4 git commands to generate.