<div class="img"> -> <figure>
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 15:44:06 +0000 (11:44 -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 5a8c130f97498da3bc6f848d2bdbb43bb78edb85..95d2f37824033fff0ee87a7b5eef843e292ec57f 100644 (file)
@@ -152,9 +152,9 @@ gcc -o hello hello.o hello-tp.o -llttng-ust -ldl</strong>
 
 Here's the whole build process:
 
-<div class="img img-100">
+<figure class="img img-100">
 <img src="/images/docs26/ust-flow.png" alt="User space tracing's build process">
-</div>
+</figure>
 
 If you followed the
 [Tracing the Linux kernel](#doc-tracing-the-linux-kernel) tutorial, the
index 96c0071b75d7bda5685c3684eb3b7d4b457ca608..660a4862992864922baf5bdf90a266daaff18b1f 100644 (file)
@@ -39,18 +39,18 @@ is a per-tracing session attribute, so that you may trace your target
 system/application in a given tracing session with a specific
 configuration while another one stays inactive.
 
-<div class="img img-100">
+<figure class="img img-100">
 <img src="/images/docs26/concepts.png" alt="LTTng concepts">
-</div>
+</figure>
 
 Conceptually, a tracing session is a per-user object; the
 [Plumbing](#doc-plumbing) section shows how this is actually
 implemented. Any user may create as many concurrent tracing sessions
 as desired.
 
-<div class="img img-100">
+<figure class="img img-100">
 <img src="/images/docs26/many-sessions.png" alt="Tracing sessions per user">
-</div>
+</figure>
 
 The trace data generated in a tracing session may be either saved
 to disk, sent over the network or not saved at all (in which case
index a9590bd81ffe122e4d880d7bc2a35150c732a0db..5cb955cbcdef8d65dd5a239ca342a01c339e5501 100644 (file)
@@ -30,9 +30,9 @@ _LTTng live_. LTTng live is an application protocol to view events as
 they arrive. The relay daemon still records events in trace files,
 but a _tee_ allows to inspect incoming events.
 
-<div class="img img-100">
+<figure class="img img-100">
 <img src="/images/docs26/lttng-live.png" alt="LTTng live">
-</div>
+</figure>
 
 Using LTTng live
 locally thus requires to run a local relay daemon.
index 1d594541405bf18af136d89b42a8d4412084db8b..36bdf7dfb8df7f19a2c7cddcf9818ab1c9b04f2d 100644 (file)
@@ -36,8 +36,8 @@ red arrows indicate control communications. The LTTng relay daemon is
 shown running on a remote system, although it could as well run on the
 target (monitored) system.
 
-<div class="img img-100">
+<figure class="img img-100">
 <img src="/images/docs26/plumbing-26.png" alt="LTTng plumbing">
-</div>
+</figure>
 
 Each component is described in the following subsections.
index 657fde432d2aead2f34f88be166cf395dcc135c0..5307aae9070e7b48de03e9999cf753411f74ae4f 100644 (file)
@@ -17,9 +17,9 @@ As trace data is sent over the network to a relay daemon by a (possibly
 remote) consumer daemon, a _tee_ is created: trace data is recorded to
 trace files _as well as_ being transmitted to a connected live viewer:
 
-<div class="img img-100">
+<figure class="img img-100">
 <img src="/images/docs26/lttng-live.png" alt="LTTng live">
-</div>
+</figure>
 
 In order to use this feature, a tracing session must created in live
 mode on the target system:
This page took 0.026121 seconds and 4 git commands to generate.