Move immediate.h, marker.h and tracepoint.h to include/ust/
[ust.git] / tests / hello2 / hello2.c
index 5e7383e5fa5dbbd9789e4c1400c70f752f6608c8..17e478cfe4ed8bddda83bafff741e14878046536 100644 (file)
@@ -2,12 +2,12 @@
 #include <time.h>
 #include <errno.h>
 
-#include "marker.h"
+#include <ust/marker.h>
+
 int main()
 {
        int i;
        struct timespec tv;
-       struct timespec rem;
        int result;
 
        tv.tv_sec = 1;
@@ -24,6 +24,9 @@ int main()
                trace_mark(ust, bar2, "number1 %d number2 %d", (int)53, (int)9800);
        }
 
+//     ltt_trace_stop("auto");
+//     ltt_trace_destroy("auto");
+
        return 0;
 }
 MARKER_LIB;
This page took 0.022431 seconds and 4 git commands to generate.