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