Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / hello / tp.c
diff --git a/hello/tp.c b/hello/tp.c
deleted file mode 100644 (file)
index 2ee7392..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "tp.h"
-#include "marker.h"
-#include "usterr.h"
-
-DEFINE_TRACE(hello_tptest);
-
-void tptest_probe(int anint)
-{
-       DBG("in tracepoint probe...");
-       trace_mark(ust, tptest, "anint %d", anint);
-}
-
-static void __attribute__((constructor)) init()
-{
-       DBG("connecting tracepoint...");
-       register_trace_hello_tptest(tptest_probe);
-}
This page took 0.024936 seconds and 4 git commands to generate.