Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / tests / benchmark / ust_tests_benchmark.h
index d21c645edccdaf9efe7278fd9de2cf6fab02c8ec..b24ace331d9663c883f4af607918c552a91f8b78 100644 (file)
@@ -13,7 +13,7 @@
 #include <lttng/tracepoint.h>
 
 TRACEPOINT_EVENT(ust_tests_benchmark, tpbench,
-       TP_ARGS(int, value),
+       LTTNG_UST_TP_ARGS(int, value),
        TP_FIELDS(
                ctf_integer(int, event, value)
        )
This page took 0.029047 seconds and 4 git commands to generate.