Config.in.host 642 B

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