Tracepoints: Introduce DEFINE/DECLARE_TRACEPOINT, TRACEPOINT_EVENT...
[ust.git] / tests / register_test / register_test.c
index 02225deb56fa32fc9fe780c0137d82006fce4463..8198a2c451ace4cc7b4ff5c3244823e1046e1054 100644 (file)
@@ -29,7 +29,7 @@
 #include "usterr.h"
 #include "tp.h"
 
-DEFINE_TRACE(hello_tptest);
+DEFINE_TRACEPOINT(hello_tptest);
 
 
 struct hello_trace_struct {
This page took 0.025875 seconds and 4 git commands to generate.