Add legend for build scenario diagram symbols
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Oct 2016 17:40:41 +0000 (13:40 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Oct 2016 17:40:41 +0000 (13:40 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
2.7/images/export/ust-sit-symbols.png [new file with mode: 0644]
2.7/lttng-docs-2.7.txt
2.8/images/export/ust-sit-symbols.png [new file with mode: 0644]
2.8/lttng-docs-2.8.txt

diff --git a/2.7/images/export/ust-sit-symbols.png b/2.7/images/export/ust-sit-symbols.png
new file mode 100644 (file)
index 0000000..9c85a28
Binary files /dev/null and b/2.7/images/export/ust-sit-symbols.png differ
index 3210b83645f2306122f46608db8293e2d1324058..e3cdd170408aecef7d9fb8ce69349c7685d3eb48 100644 (file)
@@ -2543,7 +2543,7 @@ holding more than one tracepoint providers.
 Once you <<tpp-header,create a tracepoint provider header file>>, you
 can use the `tracepoint()` macro in your application's
 source code to insert the tracepoints that this header
-<<defining-tracepoints,defined>> defines.
+<<defining-tracepoints,defines>>.
 
 The `tracepoint()` macro takes at least two parameters: the tracepoint
 provider name and the tracepoint name. The corresponding tracepoint
@@ -2752,10 +2752,11 @@ In the following diagrams, we use the following file names:
 `libemon.so`::
   User library shared object file.
 
-The red star indicates that this object file is instrumented
-(contains code which uses the `tracepoint()` macro). The spring
-symbol between the application and a library means the application is
-linked with the library at build time.
+We use the following symbols in the diagrams of table below:
+
+[role="img-100"]
+.Symbols used in the build scenario diagrams.
+image::ust-sit-symbols.png[]
 
 We assume that path:{.} is part of the env:LD_LIBRARY_PATH environment
 variable in the following instructions.
diff --git a/2.8/images/export/ust-sit-symbols.png b/2.8/images/export/ust-sit-symbols.png
new file mode 100644 (file)
index 0000000..9c85a28
Binary files /dev/null and b/2.8/images/export/ust-sit-symbols.png differ
index 79496e893dbdcd8f360777e29f8ab46ca60d53d8..e72fc38aa114a5d21152feb23ae431fa28a2b1ef 100644 (file)
@@ -2628,7 +2628,7 @@ holding more than one tracepoint providers.
 Once you <<tpp-header,create a tracepoint provider header file>>, you
 can use the `tracepoint()` macro in your application's
 source code to insert the tracepoints that this header
-<<defining-tracepoints,defined>> defines.
+<<defining-tracepoints,defines>>.
 
 The `tracepoint()` macro takes at least two parameters: the tracepoint
 provider name and the tracepoint name. The corresponding tracepoint
@@ -2837,10 +2837,11 @@ In the following diagrams, we use the following file names:
 `libemon.so`::
   User library shared object file.
 
-The red star indicates that this object file is instrumented
-(contains code which uses the `tracepoint()` macro). The spring
-symbol between the application and a library means the application is
-linked with the library at build time.
+We use the following symbols in the diagrams of table below:
+
+[role="img-100"]
+.Symbols used in the build scenario diagrams.
+image::ust-sit-symbols.png[]
 
 We assume that path:{.} is part of the env:LD_LIBRARY_PATH environment
 variable in the following instructions.
This page took 0.036577 seconds and 4 git commands to generate.