Fix: remove references to trace_printf()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Aug 2014 16:27:46 +0000 (12:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Aug 2014 16:27:46 +0000 (12:27 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3
include/lttng/tracepoint.h

index 117fe985ffa6f391b288705e12d2862c0b0a62fc..380c9fce841305ecfbd4a28314d8c6043d2d2af7 100644 (file)
@@ -265,7 +265,7 @@ debug information.
    debug information with line-level scope (TRACEPOINT_EVENT default)
 
    TRACE_DEBUG           14
-   debug-level message (trace_printf default)
+   debug-level message
 
 See lttng(1) for information on how to use LTTng-UST loglevels.
 
index c5a09d815db1383e539c8c455e8477dda29a579a..4b7473eee49a7c6866e33cb001464b73e2a7b181 100644 (file)
@@ -571,7 +571,7 @@ __tracepoints__ptrs_destroy(void)
  * debug information with line-level scope (TRACEPOINT_EVENT default)
  *
  * TRACE_DEBUG           14
- * debug-level message (trace_printf default)
+ * debug-level message
  *
  * Declare tracepoint loglevels for tracepoints. A TRACEPOINT_EVENT
  * should be declared prior to the the TRACEPOINT_LOGLEVEL for a given
This page took 0.025584 seconds and 4 git commands to generate.