X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2FKconfig;h=c1e5781be2374d5a5ef4a4534574edcee58e1574;hb=d504ea731ffc58dcdfa91ddc2c9d6aadfa9bcb37;hp=a2a7b8f1e925e184efbb289dd2bb66a273f9804e;hpb=89d917153fc52c1e5b0ddabf8ee078897656b263;p=lttng-modules.git diff --git a/src/Kconfig b/src/Kconfig index a2a7b8f1..c1e5781b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -25,4 +25,13 @@ config LTTNG_EXPERIMENTAL_BITWISE_ENUM 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"