Install easy-ust and gen-tp examples in doc/
[lttng-ust.git] / tests / gen-tp / sample_tracepoint.tp
diff --git a/tests/gen-tp/sample_tracepoint.tp b/tests/gen-tp/sample_tracepoint.tp
deleted file mode 100644 (file)
index fa7d18a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-TRACEPOINT_EVENT(
-       sample_tracepoint,
-       message, // C++ Style comment
-       TP_ARGS(char *, text),
-       TP_FIELDS(
-               ctf_string(message, text)
-                 )
-)
-/*
- * Longer comments
- */
-TRACEPOINT_LOGLEVEL(
-       sample_tracepoint,
-       message,
-       TRACE_WARNING)
This page took 0.023826 seconds and 4 git commands to generate.