Wrap tables.
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 14 Oct 2014 20:49:58 +0000 (16:49 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 14 Oct 2014 20:49:58 +0000 (16:49 -0400)
This allows automatic horizontal scrolling to be added
to the wrapper.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/reference/lttng-modules/lttng-modules-tp-fast-assign.md
contents/reference/lttng-modules/lttng-modules-tp-struct-entry.md
contents/reference/lttng-ust/liblttng-ust/liblttng-ust-tp-fields.md
contents/reference/lttng-ust/liblttng-ust/liblttng-ust-tracepoint-loglevel.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md

index 24e88a496e375d26b8fcf8fba8bc1c0bcbdbe8b3..7c929781ffd08409afec4146a5f72b11cfe259e2 100644 (file)
@@ -5,6 +5,7 @@ id: lttng-modules-tp-fast-assign
 This table describes possible entries for the `TP_fast_assign()` part
 of `LTTNG_TRACEPOINT_EVENT()`:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -148,3 +149,4 @@ of `LTTNG_TRACEPOINT_EVENT()`:
         </tr>
     </tbody>
 </table>
+</div>
index d6780d2ba7b9547c316acd900078d25c9211ea3d..ed475f8cb37678256b5abda9d46a03f1dcaba87f 100644 (file)
@@ -5,6 +5,7 @@ id: lttng-modules-tp-struct-entry
 This table describes possible entries for the `TP_STRUCT__entry()` part
 of `LTTNG_TRACEPOINT_EVENT()`:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -222,6 +223,7 @@ of `LTTNG_TRACEPOINT_EVENT()`:
         </tr>
     </tbody>
 </table>
+</div>
 
 The above macros should cover the majority of cases. For advanced items,
 see `probes/lttng-events.h`.
index a05c931db169a3d1871c0f45c6b8ba996b101c46..74ef4908e00d74d35237c0c57df21d414b22d99a 100644 (file)
@@ -5,7 +5,7 @@ id: liblttng-ust-tp-fields
 The available macros to define tracepoint fields, which should be listed
 within `TP_FIELDS()` in `TRACEPOINT_EVENT()`, are:
 
-
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -190,6 +190,7 @@ within `TP_FIELDS()` in `TRACEPOINT_EVENT()`, are:
         </tr>
     </tbody>
 </table>
+</div>
 
 The `_nowrite` versions omit themselves from the session trace, but are
 otherwise identical. This means the `_nowrite` fields won't be written
index c6f016d957c41697db971811fef35d3167de20af..dec7263f95ef098c42b3313d0cc5fb7146188c68 100644 (file)
@@ -5,6 +5,7 @@ id: liblttng-ust-tracepoint-loglevel
 The following table shows the available log level values for the
 `TRACEPOINT_LOGLEVEL()` macro:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -91,6 +92,7 @@ The following table shows the available log level values for the
         </tr>
     </tbody>
 </table>
+</div>
 
 Higher log level numbers imply the most verbosity (expect higher tracing
 throughput). Log levels 0 through 6 and log level 14 match
index 078eb164e85e19578ebd27afd87080a65ed483c9..8d19b1241d943b6eb154b0b349893fbf1f675343 100644 (file)
@@ -28,6 +28,7 @@ stream is recorded without any missing events. Any kind of duplicate
 information is left out. This version registers the following
 tracepoints:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -65,6 +66,7 @@ tracepoints:
         </tr>
     </tbody>
 </table>
+</div>
 
 Assuming no event is lost, having only the function addresses on entry
 is enough for creating a call graph (remember that a recorded event
@@ -81,6 +83,7 @@ In these cases, the trace analyzer needs extra information to be
 able to reconstruct the program flow. This version registers the
 following tracepoints:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -133,6 +136,7 @@ following tracepoints:
         </tr>
     </tbody>
 </table>
+</div>
 
 To use one or the other variant with any user application, assuming at
 least one translation unit of the latter is compiled with the
index 2274119f10c8d5698c3ae6fefa55ce190f162c5b..9347772efd409f0e75af8f3a77a3ab5f30e834d6 100644 (file)
@@ -8,6 +8,7 @@ in the target application to be traced with LTTng.
 The helper's shared object, `liblttng-ust-dl.so`, registers the
 following tracepoints when preloaded:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -67,6 +68,7 @@ following tracepoints when preloaded:
         </tr>
     </tbody>
 </table>
+</div>
 
 To use this LTTng-UST helper with any user application, independently of
 how the latter is built, do:
index a36f860e01c4a7b1c82ba846c886ca3ad1933638..164f8006ed3e03122e1d36af36ef3a607110d616 100644 (file)
@@ -8,6 +8,7 @@ POSIX threads functions.
 
 The following functions are traceable by `liblttng-ust-libc-wrapper.so`:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -70,10 +71,12 @@ The following functions are traceable by `liblttng-ust-libc-wrapper.so`:
         </tr>
     </tbody>
 </table>
+</div>
 
 The following functions are traceable by
 `liblttng-ust-pthread-wrapper.so`:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -120,6 +123,7 @@ The following functions are traceable by
         </tr>
     </tbody>
 </table>
+</div>
 
 All tracepoints have fields corresponding to the arguments of the
 function they instrument.
This page took 0.027886 seconds and 4 git commands to generate.