Tracepoint API namespacing 'TP_FIELDS'
[lttng-ust.git] / tests / compile / same_line_tracepoint / ust_tests_sameline.h
index 565f74f6ef110bf48cc1e8a5276a81201de6203e..5f0ee954bc14ee059f4ed42f95e9bc13ee37efaf 100644 (file)
 
 TRACEPOINT_EVENT(ust_tests_sameline, event1,
        LTTNG_UST_TP_ARGS(),
-       TP_FIELDS()
+       LTTNG_UST_TP_FIELDS()
 )
 TRACEPOINT_LOGLEVEL(ust_tests_sameline, event1, TRACE_CRIT)
 
 TRACEPOINT_EVENT(ust_tests_sameline, event2,
        LTTNG_UST_TP_ARGS(),
-       TP_FIELDS()
+       LTTNG_UST_TP_FIELDS()
 )
 TRACEPOINT_LOGLEVEL(ust_tests_sameline, event2, TRACE_CRIT)
 
This page took 0.024198 seconds and 4 git commands to generate.