move everything out of trunk
[lttv.git] / trunk / markers-userspace / testprog.c
diff --git a/trunk/markers-userspace/testprog.c b/trunk/markers-userspace/testprog.c
deleted file mode 100644 (file)
index d9fe8d2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#include <stdio.h>
-#include <unistd.h>
-#include "marker.h"
-
-extern void testfct(void);
-
-int main(int argc, char **argv)
-{
-       void *ptr;
-       unsigned long val;
-
-       while (1) {
-               trace_mark(test_marker, "ptr %p val %lu", ptr, val);
-               testfct();
-               sleep(2);
-       }
-       execl("/bin/ls", NULL);
-       return 0;
-}
This page took 0.022465 seconds and 4 git commands to generate.