reorganize test programs into tests/ directory
[ust.git] / tests / hello / tp.h
diff --git a/tests/hello/tp.h b/tests/hello/tp.h
new file mode 100644 (file)
index 0000000..6064283
--- /dev/null
@@ -0,0 +1,5 @@
+#include "tracepoint.h"
+
+DECLARE_TRACE(hello_tptest,
+             TPPROTO(int anint),
+             TPARGS(anint));
This page took 0.021934 seconds and 4 git commands to generate.