Tracepoint API namespacing 'TP_IP_PARAM'
[lttng-ust.git] / src / lib / lttng-ust-cyg-profile / lttng-ust-cyg-profile-fast.c
index 3ea273acb11a2ac51fd7e6ad74279ea14cd93e98..c50aee9dcccb08f6310929661e349830be5d4e30 100644 (file)
@@ -10,8 +10,8 @@
 #include <stdio.h>
 
 #define LTTNG_UST_TRACEPOINT_DEFINE
-#define TRACEPOINT_CREATE_PROBES
-#define TP_IP_PARAM func_addr
+#define LTTNG_UST_TRACEPOINT_CREATE_PROBES
+#define LTTNG_UST_TP_IP_PARAM func_addr
 #include "lttng-ust-cyg-profile-fast.h"
 
 void __cyg_profile_func_enter(void *this_fn, void *call_site)
This page took 0.035502 seconds and 4 git commands to generate.