tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / libzzz.c
index c3abc7f977d1eeaa28b083c5c0720966ed0b44d1..c1d0762cd9954bb58d28a6aa84cc056227235876 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (C) 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #include "libzzz.h"
 
+#define TRACEPOINT_DEFINE
+#define TRACEPOINT_PROBE_DYNAMIC_LINKAGE
+#include "libzzz-tp.h"
+
 int zzz(void)
 {
+       tracepoint(libzzz, zzz);
        return 1;
 }
This page took 0.023152 seconds and 4 git commands to generate.