summaryrefslogtreecommitdiff
path: root/application-devel/tracing/lttng-c/hello-tp.c
diff options
context:
space:
mode:
Diffstat (limited to 'application-devel/tracing/lttng-c/hello-tp.c')
-rw-r--r--application-devel/tracing/lttng-c/hello-tp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/application-devel/tracing/lttng-c/hello-tp.c b/application-devel/tracing/lttng-c/hello-tp.c
new file mode 100644
index 0000000..e81db08
--- /dev/null
+++ b/application-devel/tracing/lttng-c/hello-tp.c
@@ -0,0 +1,4 @@
+#define TRACEPOINT_CREATE_PROBES
+#define TRACEPOINT_DEFINE
+
+#include "hello-tp.h"