X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2FKconfig;h=c1e5781be2374d5a5ef4a4534574edcee58e1574;hb=d504ea731ffc58dcdfa91ddc2c9d6aadfa9bcb37;hp=e42e25e685275afc859bfacb5eb9a3ee4ba1da27;hpb=9e9905bf0c055090b891868dfc0ec5910f7d1a1e;p=lttng-modules.git diff --git a/src/Kconfig b/src/Kconfig index e42e25e6..c1e5781b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -14,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"