From 1bf7ee862bb9826b5b48a432af54477ae5e04ff7 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 4 Sep 2015 19:04:53 -0400 Subject: [PATCH] Fix: CTF and Babeltrace links Signed-off-by: Philippe Proulx --- contents/installing-lttng/building-from-source.md | 2 +- contents/nuts-and-bolts/lttng-alternatives.md | 2 +- .../enabling-disabling-channels/fine-tuning-channels.md | 2 +- contents/using-lttng/controlling-tracing/lttng-live.md | 2 +- .../instrumenting-linux-kernel-tracing.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contents/installing-lttng/building-from-source.md b/contents/installing-lttng/building-from-source.md index 2bb1ad5..0638424 100644 --- a/contents/installing-lttng/building-from-source.md +++ b/contents/installing-lttng/building-from-source.md @@ -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 diff --git a/contents/nuts-and-bolts/lttng-alternatives.md b/contents/nuts-and-bolts/lttng-alternatives.md index 6b827d8..43f5664 100644 --- a/contents/nuts-and-bolts/lttng-alternatives.md +++ b/contents/nuts-and-bolts/lttng-alternatives.md @@ -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 -CTF +CTF 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 diff --git a/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md b/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md index a33935d..791e6ce 100644 --- a/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md +++ b/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md @@ -77,5 +77,5 @@ lower than 1 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. -Babeltrace +Babeltrace merges LTTng trace files correctly and is fast at doing it. diff --git a/contents/using-lttng/controlling-tracing/lttng-live.md b/contents/using-lttng/controlling-tracing/lttng-live.md index 95f7bfb..b9a3456 100644 --- a/contents/using-lttng/controlling-tracing/lttng-live.md +++ b/contents/using-lttng/controlling-tracing/lttng-live.md @@ -64,7 +64,7 @@ for an LTTng live connection. Otherwise, the desired URL may be specified using its `--live-port` option. The -`babeltrace` +`babeltrace` 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 diff --git a/contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md b/contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md index d7f9caa..881c013 100644 --- a/contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md +++ b/contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md @@ -47,7 +47,7 @@ sudo lttng start Plug a few USB devices, then stop tracing and inspect the trace (if -Babeltrace +Babeltrace is installed):
-- 
2.34.1