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