2023-10-24 16:42:54 +02:00
|
|
|
config BR2_PACKAGE_LIBTRACEFS
|
|
|
|
bool "libtracefs"
|
2024-01-16 22:44:27 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2024-01-08 21:43:52 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libtraceevent
|
2023-10-24 16:42:54 +02:00
|
|
|
select BR2_PACKAGE_LIBTRACEEVENT
|
|
|
|
help
|
|
|
|
libtracefs is used to easily interface with the ftrace
|
|
|
|
interface through the tracefs virtual filesystem.
|
|
|
|
|
|
|
|
https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
|
2024-01-08 21:43:52 +01:00
|
|
|
|
2024-01-16 22:44:27 +01:00
|
|
|
comment "libtracefs needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|