Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / lttng-disable-channel.1.txt
CommitLineData
4bf0a332 1lttng-disable-channel(1)
4605890e 2========================
26f0c779 3:revdate: 29 April 2021
4bf0a332
PP
4
5NAME
6----
7lttng-disable-channel - Disable LTTng channels
8
9
10SYNOPSIS
11--------
12[verse]
ce19b9ed 13*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-channel* (option:--kernel | option:--userspace)
4bf0a332
PP
14 [option:--session='SESSION'] 'CHANNEL'[,'CHANNEL']...
15
16
17DESCRIPTION
18-----------
19The `lttng disable-channel` command disables one or more channels
26f0c779
PP
20previously enabled with the man:lttng-enable-channel(1) command
21which belong to:
4bf0a332 22
26f0c779
PP
23With the option:--session='SESSION' option::
24 The tracing session named 'SESSION'.
25
26Without the option:--session option::
27 The current tracing session (see man:lttng-concepts(7) to learn more
28 about the current tracing session).
29
30See man:lttng-concepts(7) to learn more about channels.
4bf0a332 31
484b2a0c
PP
32The `disable-channel` command disables one channel per 'CHANNEL'
33argument.
34
35As of LTTng{nbsp}{lttng_version}, you may :not: enable a disabled
36channel once its tracing session has ben started (see
37man:lttng-start(1)) at least once.
4bf0a332
PP
38
39
40include::common-cmd-options-head.txt[]
41
42
484b2a0c
PP
43Tracing domain
44~~~~~~~~~~~~~~
4bf0a332
PP
45One of:
46
47option:-k, option:--kernel::
484b2a0c 48 Disable one or more Linux kernel channels.
4bf0a332
PP
49
50option:-u, option:--userspace::
484b2a0c 51 Disable one or more user space channels.
4bf0a332
PP
52
53
26f0c779
PP
54Recording target
55~~~~~~~~~~~~~~~~
59b19c3c 56option:-s 'SESSION', option:--session='SESSION'::
484b2a0c 57 Disable one or more channels of the tracing session named 'SESSION'
4bf0a332
PP
58 instead of the current tracing session.
59
60
61include::common-cmd-help-options.txt[]
62
63
64include::common-cmd-footer.txt[]
65
66
67SEE ALSO
68--------
484b2a0c 69man:lttng(1),
26f0c779 70man:lttng-concepts(7),
484b2a0c 71man:lttng-enable-channel(1)
This page took 0.033663 seconds and 4 git commands to generate.