2023-10-24 16:42:53 +02:00
|
|
|
config BR2_PACKAGE_LIBTRACEEVENT
|
|
|
|
bool "libtraceevent"
|
2024-01-08 21:43:52 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2023-10-24 16:42:53 +02:00
|
|
|
help
|
|
|
|
libtraceevent is a library that interfaces with the ftrace
|
|
|
|
subsystem in the linux kernel.
|
|
|
|
It used to be bundled directly in the trace-cmd
|
|
|
|
tool, but it was eventually extracted so that it can be used
|
|
|
|
by multiple other tools and libraries, such as libtracefs and
|
|
|
|
rtla.
|
|
|
|
|
|
|
|
https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
|
2024-01-08 21:43:52 +01:00
|
|
|
|
|
|
|
comment "libtraceevent needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|