Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / tests / compile / ctf-types / ust_tests_ctf_types.h
index 4ce4d984ae524a7febe5d77a4342482a6b7831b8..324d74d9b7fb54bc2f92690d35111807460f22b7 100644 (file)
@@ -34,7 +34,7 @@ TRACEPOINT_ENUM(ust_tests_ctf_types, testenum2,
  * is entered only once in the metadata file.
  */
 TRACEPOINT_EVENT(ust_tests_ctf_types, tptest,
-       TP_ARGS(int, anint, int, enumval, int, enumval2),
+       LTTNG_UST_TP_ARGS(int, anint, int, enumval, int, enumval2),
        TP_FIELDS(
                ctf_integer(int, intfield, anint)
                ctf_enum(ust_tests_ctf_types, testenum, int, enumfield, enumval)
@@ -50,7 +50,7 @@ TRACEPOINT_EVENT(ust_tests_ctf_types, tptest,
  * only once in the metadata file.
  */
 TRACEPOINT_EVENT(ust_tests_ctf_types, tptest_bis,
-       TP_ARGS(int, anint, int, enumval),
+       LTTNG_UST_TP_ARGS(int, anint, int, enumval),
        TP_FIELDS(
                ctf_integer(int, intfield, anint)
                ctf_enum(ust_tests_ctf_types, testenum, unsigned char,
This page took 0.023609 seconds and 4 git commands to generate.