# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) config LTTNG tristate "LTTng support" default m select TRACING help LTTng is an open source tracing framework for Linux. See https://lttng.org/ To compile as a set of modules, choose M here. To compile into the Linux kernel image, choose Y. If unsure, say N. config LTTNG_EXPERIMENTAL_BITWISE_ENUM bool "LTTng experimental bitwise enum support" default n depends on LTTNG help Enable experimental bitwise enumerations. The traces produced with this option enabled will generate warnings when read by trace viewers with default options. If unsure, say N. config LTTNG_SYSCALLS_EXTRACTOR bool "LTTng syscalls extraction helper" default n depends on LTTNG help Enable the LTTng system call extraction helper which prints the list of enabled system calls, along with their signature, to dmesg. This is not meant for mainline; it is a development helper. source "lttng/src/tests/Kconfig"