Tracepoints: Introduce DEFINE/DECLARE_TRACEPOINT, TRACEPOINT_EVENT...
[ust.git] / tests / tracepoint / benchmark / tracepoint_benchmark.h
index a9fcb1924311644b94aab6a1b0ce9a7a361eee81..f96f4622595c5b67482fc8a0834ce374dca75302 100644 (file)
@@ -1,3 +1,3 @@
 #include <ust/tracepoint.h>
 
-DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
+DECLARE_TRACEPOINT(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
This page took 0.02303 seconds and 4 git commands to generate.