add the trace system with a first test which is instance tracing
[nit.git] / clib / traces.c
diff --git a/clib/traces.c b/clib/traces.c
new file mode 100644 (file)
index 0000000..4b01642
--- /dev/null
@@ -0,0 +1,4 @@
+#define TRACEPOINT_CREATE_PROBES
+#define TRACEPOINT_DEFINE
+
+#include "traces.h"