move everything out of trunk
[lttv.git] / trunk / obsolete / ltt-usertrace / sample-highspeed.c
diff --git a/trunk/obsolete/ltt-usertrace/sample-highspeed.c b/trunk/obsolete/ltt-usertrace/sample-highspeed.c
deleted file mode 100644 (file)
index bc32e07..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#include <stdio.h>
-#include <unistd.h>
-
-#define LTT_TRACE
-#define LTT_TRACE_FAST
-#include <ltt/ltt-facility-user_generic.h>
-
-
-int main(int argc, char **argv)
-{
-       printf("Will trace the following string : Running fast! in an infinite loop.\n");
-       printf("Abort with CTRL-C or it will quickly fill up your disk.\n");
-       printf("See the result file in /tmp/ltt-usertrace.\n");
-
-       int i;
-       while(1) {
-               trace_user_generic_string("Running fast!");
-       }
-       
-       return 0;
-}
-
This page took 0.024247 seconds and 4 git commands to generate.