LTTng 2.0 Downloads
Here you can find the download links for LTTng 2.0.
Refer to each project's description page on the left to understand which component does what, and which ones you need.
If you are interested in the legacy LTTng 0.x toolchain, see the Legacy Downloads page.
Distribution Packages
- Ubuntu PPA
- Packages available at https://launchpad.net/~lttng/+archive/daily.
- RPM Packages by the OpenSuse project (Everything except the kernel)
- For OpenSuse and other RPM based distros:
- https://build.opensuse.org/project/show?project=devel%3Atools%3Alttng
- If you have links to packages for you favorite distribution, please let us know!
Source Releases
On the file list, simply pick the version you want (the latest is recommended). If you compile the complete toolchain from source, you should compile and install liburcu first, then lttng-ust, then lttng-tools. The other components do not have any inter-dependency.
- LTTng-Tools the trace control client
- LTTng kernel modules (requires at least Linux 2.6.38)
- LTTng-UST the userspace tracing library
- Babeltrace the command-line trace reader
- LTTV the graphical trace viewer. Pick the latest lttv-[version].tar.gz
- Note: LTTV is not yet compatible with LTTng 2.0 traces
- liburcu the userspace RCU library
Git Repositories
- LTTng-Tools
-
git clone git://git.lttng.org/lttng-tools.git
- LTTng Kernel Tracer Modules
-
git clone git://git.lttng.org/lttng-modules.git
- LTTng-UST
-
git clone git://git.lttng.org/lttng-ust.git
- Babeltrace
-
git clone git://git.efficios.com/babeltrace.git
- LTTV
-
git clone git://git.lttng.org/lttv.git
- liburcu
-
git clone git://git.lttng.org/userspace-rcu.git
