blob: a46bbe0bb18c665dc262c78ed0e7df9d58156e84 [file] [log] [blame]
config BR2_PACKAGE_LIBTRACEFS
bool "libtracefs"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS # libtraceevent
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/
comment "libtracefs needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS