2012-01-31 20:40:06 +01:00
|
|
|
config BR2_PACKAGE_LTTNG_BABELTRACE
|
|
|
|
bool "lttng-babeltrace"
|
2017-04-22 19:17:58 +02:00
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
|
|
depends on BR2_USE_MMU # libglib2
|
2012-01-31 20:40:06 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2015-12-30 17:08:30 +01:00
|
|
|
select BR2_PACKAGE_POPT
|
2012-01-31 20:40:06 +01:00
|
|
|
help
|
2015-03-06 18:35:55 +01:00
|
|
|
The Babeltrace project provides trace read and write
|
|
|
|
libraries, as well as a trace converter application. Plugins
|
|
|
|
can be created for any trace format to allow its conversion
|
|
|
|
to/from another trace format.
|
2012-01-31 20:40:06 +01:00
|
|
|
|
2015-03-06 18:35:55 +01:00
|
|
|
Babeltrace is the reference implementation of the Common
|
2016-11-02 07:55:06 +01:00
|
|
|
Trace Format (see <http://diamon.org/ctf/>). Babeltrace
|
2015-03-06 18:35:55 +01:00
|
|
|
can decode and display LTTng traces, since the latter are
|
|
|
|
written using the CTF format.
|
2012-01-31 20:40:06 +01:00
|
|
|
|
2016-11-02 07:55:08 +01:00
|
|
|
To get support for debugging information, enable the
|
|
|
|
elfutils package.
|
|
|
|
|
2012-01-31 20:40:06 +01:00
|
|
|
Having this tool on the target is not mandatory. You can
|
|
|
|
transfer the binary trace output from the target to your
|
2016-11-02 07:55:07 +01:00
|
|
|
development workstation, and use babeltrace here.
|
|
|
|
|
|
|
|
See the lttng-babeltrace host utility to install Babeltrace
|
|
|
|
on the host.
|
2012-01-31 20:40:06 +01:00
|
|
|
|
2016-11-02 07:55:06 +01:00
|
|
|
http://diamon.org/babeltrace
|
2012-02-04 15:48:44 +01:00
|
|
|
|
2016-01-27 22:25:24 +01:00
|
|
|
comment "lttng-babeltrace needs a toolchain w/ wchar, threads"
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-01-27 22:25:24 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|