move everything out of trunk
[lttv.git] / trunk / tests / kernel / test-instrument-size-small.c
diff --git a/trunk/tests/kernel/test-instrument-size-small.c b/trunk/tests/kernel/test-instrument-size-small.c
deleted file mode 100644 (file)
index 7e802e7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* test-time-probe.c
- *
- * size of instrumented object.
- */
-
-
-#define CONFIG_LTT_FACILITY_TESTS
-#include "ltt-facility-tests.h"
-
-#include <linux/init.h>
-#include <linux/module.h>
-#include <linux/ltt-core.h>
-
-void ltt_test_init(void)
-{
-       trace_tests_write_4bytes(5000);
-       return;
-}
-
This page took 0.022226 seconds and 4 git commands to generate.