X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ftrace_event%2Ftrace_event_test.c;h=b38e7ad20a30f99f14e8fbdd380ffd61fefbecd1;hb=b0c4126fca44c9fdc9b350ce0e896ec2818fbb3e;hp=9ed3d6ce0433486ec5182ec1399c69e6bbd27137;hpb=6749958301e384d8491fb3509e3b089ef662d66a;p=lttng-ust.git diff --git a/tests/trace_event/trace_event_test.c b/tests/trace_event/trace_event_test.c index 9ed3d6ce..b38e7ad2 100644 --- a/tests/trace_event/trace_event_test.c +++ b/tests/trace_event/trace_event_test.c @@ -25,6 +25,7 @@ int main(int argc, char * argv[]) static unsigned long time, i; for (i=0; i<10; i++) { time=trace_clock_read64(); - trace_test(time, i); + tracepoint(test, time, i); } + return 0; }