Config.in 884 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_LTTNG_LIBUST
  2. bool "lttng-libust"
  3. depends on BR2_USE_WCHAR # uses wchar_t
  4. # liburcu only works on some architectures and requires threads support"
  5. depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
  6. depends on BR2_TOOLCHAIN_HAS_THREADS
  7. depends on !BR2_STATIC_LIBS
  8. depends on BR2_INSTALL_LIBSTDCPP # liburcu
  9. select BR2_PACKAGE_LIBURCU
  10. select BR2_PACKAGE_UTIL_LINUX
  11. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  12. help
  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.
  17. http://lttng.org
  18. comment "lttng-libust needs a toolchain w/ dynamic library, wchar, threads, C++"
  19. depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
  20. depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || \
  21. !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP