Add captions to figures
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 16:01:45 +0000 (12:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 16:17:32 +0000 (12:17 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/getting-started/tracing-your-own-user-application.md
contents/understanding-lttng/core-concepts/tracing-session.md
contents/understanding-lttng/plumbing/lttng-relayd.md
contents/understanding-lttng/plumbing/overview.md
contents/using-lttng/controlling-tracing/lttng-live.md

index 95d2f37824033fff0ee87a7b5eef843e292ec57f..a25f9620a762fa8ca1c915217fb29da04bbdb9ab 100644 (file)
@@ -154,6 +154,9 @@ Here's the whole build process:
 
 <figure class="img img-100">
 <img src="/images/docs26/ust-flow.png" alt="User space tracing's build process">
+<figcaption>
+    User space tracing build process
+</figcaption>
 </figure>
 
 If you followed the
index 660a4862992864922baf5bdf90a266daaff18b1f..1b8a96e01784933593d57ab8278a8451832472c2 100644 (file)
@@ -41,6 +41,10 @@ configuration while another one stays inactive.
 
 <figure class="img img-100">
 <img src="/images/docs26/concepts.png" alt="LTTng concepts">
+<figcaption>
+    A <em>tracing session</em> is a container of domains,
+    channels, and events.
+</figcaption>
 </figure>
 
 Conceptually, a tracing session is a per-user object; the
@@ -50,6 +54,9 @@ as desired.
 
 <figure class="img img-100">
 <img src="/images/docs26/many-sessions.png" alt="Tracing sessions per user">
+<figcaption>
+    Each user may create as many tracing sessions as desired.
+</figcaption>
 </figure>
 
 The trace data generated in a tracing session may be either saved
index 5cb955cbcdef8d65dd5a239ca342a01c339e5501..8f1e54bf0e3011f21353601794837630a6d138dd 100644 (file)
@@ -32,6 +32,10 @@ but a _tee_ allows to inspect incoming events.
 
 <figure class="img img-100">
 <img src="/images/docs26/lttng-live.png" alt="LTTng live">
+<figcaption>
+    The relay daemon creates a <em>tee</em>, forwarding the trace data
+    to both trace files and a live viewer.
+</figcaption>
 </figure>
 
 Using LTTng live
index 36bdf7dfb8df7f19a2c7cddcf9818ab1c9b04f2d..4233290a48ae45fd72ac3f1549b33defda91c568 100644 (file)
@@ -38,6 +38,9 @@ target (monitored) system.
 
 <figure class="img img-100">
 <img src="/images/docs26/plumbing-26.png" alt="LTTng plumbing">
+<figcaption>
+    Control and data paths between LTTng components
+</figcaption>
 </figure>
 
 Each component is described in the following subsections.
index 5307aae9070e7b48de03e9999cf753411f74ae4f..d67c2d1d461ca835e717524e586ac31cd46a4073 100644 (file)
@@ -19,6 +19,10 @@ trace files _as well as_ being transmitted to a connected live viewer:
 
 <figure class="img img-100">
 <img src="/images/docs26/lttng-live.png" alt="LTTng live">
+<figcaption>
+    The relay daemon creates a <em>tee</em>, forwarding the trace data
+    to both trace files and a live viewer.
+</figcaption>
 </figure>
 
 In order to use this feature, a tracing session must created in live
This page took 0.027283 seconds and 4 git commands to generate.