Fix: CTF and Babeltrace links
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 23:04:53 +0000 (19:04 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 5 Sep 2015 01:52:32 +0000 (21:52 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/building-from-source.md
contents/nuts-and-bolts/lttng-alternatives.md
contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md
contents/using-lttng/controlling-tracing/lttng-live.md
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md

index 2bb1ad5313cba9dc997ed31aa82b6636235cb9f5..06384242eb3cda8f8a55fe331050162dde09327c 100644 (file)
@@ -42,7 +42,7 @@ git clone git://git.lttng.org/lttng-ust.git
 git clone git://git.lttng.org/lttng-modules.git
 git clone git://git.lttng.org/lttng-tools.git
 git clone git://git.lttng.org/userspace-rcu.git
-git clone git://git.efficios.com/babeltrace.git
+git clone http://git.linuxfoundation.org/diamon/babeltrace.git
 
 cd userspace-rcu
 ./bootstrap && ./configure && make -j 4 && sudo make install
index 6b827d8eb3948703da25ddc7f1e6e7a0d0e6f35d..43f5664cc106fc2b8af9433a41a4f744613efedb 100644 (file)
@@ -35,7 +35,7 @@ exist for Linux:
 The main distinctive features of LTTng is that it produces correlated
 kernel and user space traces, as well as doing so with the lowest
 overhead amongst other solutions. It produces trace files in the
-<a href="http://www.efficios.com/ctf" class="ext"><abbr title="Common Trace Format">CTF</abbr></a>
+<a href="http://diamon.org/ctf" class="ext"><abbr title="Common Trace Format">CTF</abbr></a>
 format, an optimized file format for production and analyses of
 multi-gigabyte data. LTTng is the result of close to 10 years of
 active development by a community of passionate developers. It is
index a33935d08694c82eb9c3e9e58f7da92ba49faf23..791e6ce55d1bc7785a8ece962322503a547fb59d 100644 (file)
@@ -77,5 +77,5 @@ lower than 1&nbsp;MiB: they are the files currently being written.
 Since all those small files are valid LTTng trace files, LTTng trace
 viewers may read them. It is the viewer's responsibility to properly
 merge the streams so as to present an ordered list to the user.
-<a href="http://www.efficios.com/babeltrace" class="ext">Babeltrace</a>
+<a href="http://diamon.org/babeltrace" class="ext">Babeltrace</a>
 merges LTTng trace files correctly and is fast at doing it.
index 95f7bfb440016d78bd35a5871563733612196b2d..b9a34566a103a189f5796d17e9ea17868ab891f9 100644 (file)
@@ -64,7 +64,7 @@ for an LTTng live connection. Otherwise, the desired URL may be
 specified using its `--live-port` option.
 
 The
-<a href="http://www.efficios.com/babeltrace" class="ext">`babeltrace`</a>
+<a href="http://diamon.org/babeltrace" class="ext">`babeltrace`</a>
 viewer supports LTTng live as one of its input formats. `babeltrace` is
 the default viewer when using `lttng view`. To use it manually, first
 list active tracing sessions by doing the following (assuming the relay
index d7f9caad3b923b34082ed6a13ab445a765de8514..881c013a1dfb09718bdff44296d1e32293f6065c 100644 (file)
@@ -47,7 +47,7 @@ sudo lttng start
 </pre>
 
 Plug a few USB devices, then stop tracing and inspect the trace (if
-<a href="http://www.efficios.com/babeltrace" class="ext">Babeltrace</a>
+<a href="http://diamon.org/babeltrace" class="ext">Babeltrace</a>
 is installed):
 
 <pre class="term">
This page took 0.024953 seconds and 4 git commands to generate.