Fix: scsi: sd: Atomic write support added in 6.11-rc1
[lttng-modules.git] / src / Kconfig
1 # SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
2 # SPDX-FileCopyrightText: 2015-2024 EfficiOS Inc.
3
4 config LTTNG
5 tristate "LTTng support"
6 default m
7 select TRACING
8 help
9 LTTng is an open source tracing framework for Linux.
10
11 See https://lttng.org/
12
13 To compile as a set of modules, choose M here. To compile into
14 the Linux kernel image, choose Y.
15
16 If unsure, say N.
17
18 config LTTNG_EXPERIMENTAL_BITWISE_ENUM
19 bool "LTTng experimental bitwise enum support"
20 default n
21 depends on LTTNG
22 help
23 Enable experimental bitwise enumerations. The traces produced with
24 this option enabled will generate warnings when read by trace
25 viewers with default options.
26
27 If unsure, say N.
28
29 config LTTNG_SYSCALLS_EXTRACTOR
30 bool "LTTng syscalls extraction helper"
31 default n
32 depends on LTTNG
33 help
34 Enable the LTTng system call extraction helper which prints the list
35 of enabled system calls, along with their signature, to dmesg. This
36 is not meant for mainline; it is a development helper.
37
38 source "lttng/src/tests/Kconfig"
This page took 0.032091 seconds and 5 git commands to generate.