Commit | Line | Data |
---|---|---|
9f36eaed MJ |
1 | # SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) |
2 | ||
f59ec0be MJ |
3 | config LTTNG |
4 | tristate "LTTng support" | |
21c2a61f | 5 | select TRACEPOINTS |
f59ec0be MJ |
6 | help |
7 | LTTng is an open source tracing framework for Linux. | |
8 | ||
9 | See https://lttng.org/ | |
10 | ||
45ba17e2 MD |
11 | To compile as a set of modules, choose M here. To compile into |
12 | the Linux kernel image, choose Y. | |
f59ec0be MJ |
13 | |
14 | If unsure, say N. | |
3a3b740f AW |
15 | |
16 | source "lttng/tests/Kconfig" |