Tests: Add tracepoints to libbar, libfoo and libzzz
[lttng-tools.git] / tests / regression / ust / ust-dl / libzzz.c
index c3abc7f977d1eeaa28b083c5c0720966ed0b44d1..8e014645374833b03318c13c4d491ab415b66cef 100644 (file)
@@ -1,6 +1,11 @@
 #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.024479 seconds and 5 git commands to generate.