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