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
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
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.
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
</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">