manpage update: document that probes need gcc
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 May 2012 12:51:07 +0000 (08:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 May 2012 12:51:39 +0000 (08:51 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-gen-tp.1
doc/man/lttng-ust.3

index 5bfe17dee09279196153fd0aa35274e535bd2f65..2371436da7aa86dc8b3f1e8d62418ad711582712 100644 (file)
@@ -29,7 +29,10 @@ link it with your application.
 Refer to the UST documentation for the
 advantages and disadvantage of each form.
 To compile the resulting .c file, you need to add the options
 Refer to the UST documentation for the
 advantages and disadvantage of each form.
 To compile the resulting .c file, you need to add the options
-"\-llttng-ust \-I."
+"\-llttng-ust \-I.".
+Note for C++ support: although an application instrumented with
+tracepoints can be compiled with g++, tracepoint probes should be
+compiled with gcc (only tested with gcc so far).
 
 .SH "OPTIONS"
 
 
 .SH "OPTIONS"
 
index 3ba5c7cc8e46b2a554957d1fd7b5a99b488925b9..081f0a73c83d3feae061682b945e8e0dd66cc752 100644 (file)
@@ -287,6 +287,9 @@ carefully:
     application using "\-llibname" or loaded with LD_PRELOAD.
   - Enable instrumentation and control tracing with the "lttng" command
     from lttng-tools. See lttng-tools doc/quickstart.txt.
     application using "\-llibname" or loaded with LD_PRELOAD.
   - Enable instrumentation and control tracing with the "lttng" command
     from lttng-tools. See lttng-tools doc/quickstart.txt.
+  - Note for C++ support: although an application instrumented with
+    tracepoints can be compiled with g++, tracepoint probes should be
+    compiled with gcc (only tested with gcc so far).
 
 .fi
 
 
 .fi
 
This page took 0.025239 seconds and 4 git commands to generate.