Config.in 1.0 KB

1234567891011121314151617181920212223242526272829
  1. config BR2_PACKAGE_BABELTRACE2
  2. bool "babeltrace2"
  3. depends on BR2_USE_WCHAR # libglib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  5. depends on BR2_USE_MMU # libglib2
  6. select BR2_PACKAGE_LIBGLIB2
  7. help
  8. Babeltrace 2 is an open-source trace manipulation toolkit.
  9. The Babeltrace 2 project offers a library with a C API,
  10. Python 3 bindings, and a command-line tool which makes it
  11. very easy for mere mortals to view, convert, transform, and
  12. analyze traces.
  13. Babeltrace 2 is also the reference parser implementation of
  14. the Common Trace Format (CTF), a very versatile trace format
  15. followed by various tracers and tools such as LTTng and
  16. barectf. The Babeltrace 2 library and its Python bindings
  17. can read and write CTF traces.
  18. To get support for the debugging information filter
  19. component class, enable the elfutils package
  20. (BR2_PACKAGE_ELFUTILS).
  21. https://babeltrace.org/
  22. comment "babeltrace2 needs a toolchain w/ wchar, threads"
  23. depends on BR2_USE_MMU
  24. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS