1 config BR2_PACKAGE_LTTNG_LIBUST
3 select BR2_PACKAGE_LIBURCU
4 select BR2_PACKAGE_UTIL_LINUX
5 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
6 depends on BR2_USE_WCHAR # util-linux
7 # liburcu only works on some architectures and requires threads support"
8 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
9 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug
10 depends on BR2_TOOLCHAIN_HAS_THREADS
11 depends on !BR2_STATIC_LIBS
13 Userspace tracing library for the LTTng 2.x tracing
14 infrastructure. It allows userspace programs to create
15 custom trace events that are integrated with all other
16 events gathered by LTTng.
20 comment "lttng-libust needs a toolchain w/ dynamic library, wchar, threads"
21 depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
22 depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
23 depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug
25 comment "lttng-libust needs a toolchain not affected by GCC bug 58854"
26 depends on BR2_TOOLCHAIN_HAS_GCC_BUG_58854