Commit | Line | Data |
---|---|---|
9f36eaed MJ |
1 | # SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) |
2 | ||
3a3b740f AW |
3 | config LTTNG_CLOCK_PLUGIN_TEST |
4 | tristate "Use test plugin as trace clock" | |
5 | depends on LTTNG | |
6 | help | |
7 | Use the test clock as trace clock. This plugin freezes the | |
8 | time with 1 KHz for regression test. | |
9 | It's recommended to build this as a module to work with the | |
10 | lttng-tools test suite. |