kmalloc, kfree, etc => malloc, free, etc
[ust.git] / tests / test-nevents / prog.c
index 71c03e0f4bf42698e6aca96b78c6da8c412c5a16..5e1c64ac614c9aab2135f9b814d4fd9ea083126d 100644 (file)
@@ -7,17 +7,11 @@
 int main()
 {
        int i;
-       const char teststr[] = "Hello World! 1234567890abc";
-       void *ptrs[N_ITER];
 
        for(i=0; i<N_ITER; i++) {
                trace_mark(ust, an_event, "%d", i);
                trace_mark(ust, another_event, "%s", "Hello, World!");
        }
 
-//     ltt_trace_stop("auto");
-//     ltt_trace_destroy("auto");
-//     sleep(2);
-
        return 0;
 }
This page took 0.022705 seconds and 4 git commands to generate.