X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2FKconfig;fp=tests%2FKconfig;h=65e0a2b744593a5681ea8b65fd9a9b8a0f2a3c4a;hb=3a3b740faf8e26a96a9a3e6eadab4b314a2e3356;hp=0000000000000000000000000000000000000000;hpb=69a6252d5bf1787f2bbd0b6f35af8dff21efcb55;p=lttng-modules.git diff --git a/tests/Kconfig b/tests/Kconfig new file mode 100644 index 00000000..65e0a2b7 --- /dev/null +++ b/tests/Kconfig @@ -0,0 +1,8 @@ +config LTTNG_CLOCK_PLUGIN_TEST + tristate "Use test plugin as trace clock" + depends on LTTNG + help + Use the test clock as trace clock. This plugin freezes the + time with 1 KHz for regression test. + It's recommended to build this as a module to work with the + lttng-tools test suite.