我是靠谱客的博主 美好大碗,最近开发中收集的这篇文章主要介绍ubuntu Linux Trace Toolkit LTTng Stable PPA,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

LTTng Stable PPA

PPA description

LTTng (Linux Trace Toolkit Next Generation) project repository.
For more information: http://lttng.org

Most of the LTTng utilities are now packaged in Debian/Ubuntu, but this PPA offers the latest stable versions. Only Ubuntu 12.04 and up are supported.

Problems, questions, comments?
Please let us know: http://lttng.org/contact

You can also report bugs at: https://bugs.lttng.org/projects

==== SETTING UP LTTng 2.x ====

LTTng 2.x features a unified trace-control client "lttng" to control both kernel tracing (through lttng-modules) and userspace tracing (through UST). The client itself is shipped in the "lttng-tools" package.

To install the toolchain:
$ sudo apt-add-repository ppa:lttng/ppa
$ sudo apt-get update
$ sudo apt-get install lttng-tools lttng-modules-dkms babeltrace
Once the modules are installed correctly, you can start tracing right away. No need to reboot!

Note: lttng-tools will pull liblttng-ust0 as a dependency, so you can trace already-instrumented applications right away. If you want to compile an instrumented application, you also need to install the liblttng-ust-dev package, which contains the required include headers.

You can now refer to http://lttng.org/quickstart to use the kernel or userspace tracers.

==== Daily build packages ====

If you prefer living on the edge, you can use the latest development versions in the daily PPA: https://launchpad.net/~lttng/+archive/daily

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by addingppa:lttng/ppa to your system's Software Sources. (Read about installing)

Technical details about this PPA

最后

以上就是美好大碗为你收集整理的ubuntu Linux Trace Toolkit LTTng Stable PPA的全部内容,希望文章能够帮你解决ubuntu Linux Trace Toolkit LTTng Stable PPA所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(44)

评论列表共有 0 条评论

立即
投稿
返回
顶部