X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2FKconfig;h=a2a7b8f1e925e184efbb289dd2bb66a273f9804e;hb=HEAD;hp=b7f670e622545b269480c16e7b382878f66e2f0e;hpb=25fd068813d5afb4bccdf16e02b0a30c38d1d35c;p=lttng-modules.git diff --git a/src/Kconfig b/src/Kconfig index b7f670e6..c1e5781b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -2,6 +2,7 @@ config LTTNG tristate "LTTng support" + default m select TRACING help LTTng is an open source tracing framework for Linux. @@ -13,4 +14,24 @@ config LTTNG 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"