Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / tests / compile / hello-many / ust_tests_hello_many.h
index bd2a55958cd03c74090c8312e78602f51264aac6..a001a15dc811daea775314711ec2857c2e7f5011 100644 (file)
 #include <lttng/tracepoint.h>
 #include <stdbool.h>
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple1,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple1,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple2,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple2,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple3,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple3,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple4,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple4,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple5,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple5,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple6,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple6,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple7,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple7,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple8,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple8,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple9,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple9,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple10,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple10,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple11,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple11,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple12,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple12,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple13,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple13,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple14,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple14,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple15,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple15,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple16,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple16,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple17,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple17,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple18,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple18,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple19,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple19,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple20,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple20,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple21,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple21,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple22,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple22,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple23,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple23,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple24,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple24,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple25,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple25,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple26,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple26,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple27,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple27,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple28,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple28,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple29,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple29,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple30,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple30,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple31,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple31,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple32,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple32,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple33,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple33,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple34,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple34,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple35,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple35,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple36,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple36,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple37,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple37,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple38,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple38,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple39,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple39,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
 
-TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple40,
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple40,
        LTTNG_UST_TP_ARGS(),
        LTTNG_UST_TP_FIELDS()
 )
This page took 0.028549 seconds and 4 git commands to generate.