Tracepoint API change: combine TP_PROTO and TP_VARS into TP_ARGS, remove _NOARGS...
[lttng-ust.git] / tests / fork / fork2.c
index 42e2facafb37c70b8ae161c78597d25fe843fd5b..5727f3f4751cd83112eb1e2a482e0fa8dbcc1820 100644 (file)
 
 #define TRACEPOINT_CREATE_PROBES
 #include "ust_tests_fork.h"
-TRACEPOINT_LIB
 
 int main()
 {
        printf("IN FORK2\n");
 
-       tracepoint(ust_tests_fork_after_exec);
+       tracepoint(ust_tests_forkafter_exec);
 
        return 0;
 }
This page took 0.024103 seconds and 4 git commands to generate.