Add sinces
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 17:07:56 +0000 (13:07 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 17:20:28 +0000 (13:20 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/using-lttng/controlling-tracing/lttng-live.md
contents/using-lttng/controlling-tracing/mi.md
contents/using-lttng/controlling-tracing/saving-loading-tracing-session.md
contents/using-lttng/controlling-tracing/taking-a-snapshot.md
contents/using-lttng/instrumenting/c-application/tracef.md
contents/using-lttng/instrumenting/java-application/intro.md
contents/using-lttng/instrumenting/java-application/jul.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
contents/using-lttng/instrumenting/proc-lttng-logger-abi.md

index d67c2d1d461ca835e717524e586ac31cd46a4073..95f7bfb440016d78bd35a5871563733612196b2d 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: lttng-live
+since: 2.4
 ---
 
 We have seen how trace files may be produced by LTTng out of generated
index 7092824718c1003efb0af840fac24c01aef70290..5b82c4cdb4f7618b817203f75b2c94d9392cc94c 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: mi
+since: 2.6
 ---
 
 The `lttng` tool aims at providing a command output as human-readable as
index 08b2f3f2a32a46f3fcd396548320ea36e68534e9..02ff9b1d2723c22322c5fba425e3efbf67ee3a53 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: saving-loading-tracing-session
+since: 2.5
 ---
 
 Configuring a tracing session may be long: creating and enabling
index 0a4ccf3cd1beb44a1140f9e0a94e03db18b9b550..a48897d6681c6272aab7d952eaa76ca6bd0a8cc0 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: taking-a-snapshot
+since: 2.3
 ---
 
 The normal behavior of LTTng is to record trace data as trace files.
index be5aad1f94ae20555498864808b6b0014a706771..8918e76de2b7c87d3fcf9d401010a47f7251e882 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: tracef
+since: 2.5
 ---
 
 `tracef()` is a small LTTng-UST API to avoid defining your own
index 31e49d281603238242b18a2714fe7529bc11c6d2..91c28e8e515d43dff332ba47917062b5120d9fba 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: java-application
+since: 2.4
 ---
 
 LTTng-UST provides a _logging_ back-end for Java applications using
index 504d737747963628a20df6ba51ed708e694bb1eb..7f1e8290c081b1706629af4b6a4621363dfc5bdd 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: jul
+since: 2.4
 ---
 
 Here's an example of tracing a Java application which is using
index 9347772efd409f0e75af8f3a77a3ab5f30e834d6..d3795941e743379e76d512ca3a0ba4854975bd49 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: liblttng‑ust‑dl
+since: 2.4
 ---
 
 This LTTng-UST helper causes all calls to `dlopen()` and `dlclose()`
index 164f8006ed3e03122e1d36af36ef3a607110d616..42a7770350c5d2a720fa0cf7c50b519b73d41b89 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: liblttng‑ust‑libc‑pthread-wrapper
+since: 2.3
 ---
 
 `liblttng-ust-libc-wrapper.so` and `liblttng-ust-pthread-wrapper.so`
index 2a7ba0fc3e45a61f897452ca5e5bccc11501b479..f208842d434f72e950000cffe82022e2bf36026c 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: proc-lttng-logger-abi
+since: 2.5
 ---
 
 The `lttng-tracer` Linux kernel module, installed by the LTTng-modules
This page took 0.027346 seconds and 4 git commands to generate.