xref: /OK3568_Linux_fs/buildroot/package/babeltrace2/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_BABELTRACE2
2	bool "host babeltrace2"
3	help
4	  Babeltrace 2 is an open-source trace manipulation toolkit.
5
6	  The Babeltrace 2 project offers a library with a C API,
7	  Python 3 bindings, and a command-line tool which makes it
8	  very easy for mere mortals to view, convert, transform, and
9	  analyze traces.
10
11	  Babeltrace 2 is also the reference parser implementation of
12	  the Common Trace Format (CTF), a very versatile trace format
13	  followed by various tracers and tools such as LTTng and
14	  barectf. The Babeltrace 2 library and its Python bindings
15	  can read and write CTF traces.
16
17	  https://babeltrace.org/
18