Basic tracepoint event implementation
[lttng-ust.git] / tests / hello / ust_tests_hello.h
index d0f5b5c86b08e9283ea1350872c6f91062586a08..a54bc595650da4dadd505ef5d1ec152f55b4c26b 100644 (file)
@@ -52,10 +52,8 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
 
 #endif /* _TRACEPOINT_UST_TESTS_HELLO_H */
 
-#undef TRACEPOINT_INCLUDE_PATH
-#define TRACEPOINT_INCLUDE_PATH .
 #undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ust_tests_hello
+#define TRACEPOINT_INCLUDE_FILE ./ust_tests_hello.h
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023298 seconds and 4 git commands to generate.