Config.in 651 B

123456789101112131415161718
  1. config BR2_PACKAGE_LTTNG_MODULES
  2. bool "lttng-modules"
  3. depends on BR2_LINUX_KERNEL
  4. help
  5. Kernel modules for the LTTng 2.0 kernel tracing
  6. infrastructure.
  7. Your kernel must have CONFIG_TRACEPOINTS enabled for this
  8. package to build something useful. You may also want to have
  9. CONFIG_PERF_EVENTS to access perf event counters from
  10. ltt-ng. Note that system call tracing is only available on
  11. architectures that support CONFIG_HAVE_SYSCALL_TRACEPOINTS.
  12. The packaged version is compatible with kernel 2.6.38,
  13. 2.6.39, 3.0 and 3.1.0. See
  14. http://lttng.org/files/bundles/20111214/README.compatible.kernels.txt
  15. http://lttng.org