Config.in 847 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_LTTNG_TOOLS
  2. bool "lttng-tools"
  3. depends on BR2_PACKAGE_LTTNG_MODULES
  4. select BR2_PACKAGE_LIBURCU
  5. select BR2_PACKAGE_POPT
  6. # liburcu only works on some architectures
  7. depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_powerpc || BR2_x86_64
  8. help
  9. Userspace utilities for the LTTng 2.0 tracing
  10. infrastructure.
  11. Those utilities are required on the target system to start
  12. and stop tracing sessions. Analysis of the trace can be done
  13. on the host machine using the babeltrace utility. This
  14. utility is automatically built by Buildroot in
  15. $(O)/host/usr/bin/babeltrace, as a dependency of
  16. lttng-tools. However, there is also a lttng-babeltrace
  17. package for the target, if babeltrace on the target is
  18. interesting.
  19. If userspace tracing is desired, you need to enable
  20. lttng-libust.
  21. http://lttng.org