Tracepoint API namespacing 'TRACEPOINT_EVENT'
[lttng-ust.git] / tests / compile / same_line_tracepoint / ust_tests_sameline.h
index 1894a95a7e0c18fe4fd5475d12fcadac2a403ac5..5efd48085607b9b54ced04f2cff54d10e191b887 100644 (file)
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(ust_tests_sameline, event1,
-       TP_ARGS(),
-       TP_FIELDS()
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_sameline, event1,
+       LTTNG_UST_TP_ARGS(),
+       LTTNG_UST_TP_FIELDS()
 )
 TRACEPOINT_LOGLEVEL(ust_tests_sameline, event1, TRACE_CRIT)
 
-TRACEPOINT_EVENT(ust_tests_sameline, event2,
-       TP_ARGS(),
-       TP_FIELDS()
+LTTNG_UST_TRACEPOINT_EVENT(ust_tests_sameline, event2,
+       LTTNG_UST_TP_ARGS(),
+       LTTNG_UST_TP_FIELDS()
 )
 TRACEPOINT_LOGLEVEL(ust_tests_sameline, event2, TRACE_CRIT)
 
This page took 0.025807 seconds and 4 git commands to generate.