Add a tracepoint test program
[ust.git] / tests / tracepoint / tracepoint_test.h
diff --git a/tests/tracepoint/tracepoint_test.h b/tests/tracepoint/tracepoint_test.h
new file mode 100644 (file)
index 0000000..6b4dcdb
--- /dev/null
@@ -0,0 +1,8 @@
+#include <ust/tracepoint.h>
+
+DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
+DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
+
+struct message {
+       char *payload;
+};
This page took 0.023131 seconds and 4 git commands to generate.