doc/man/manpage.xsl: do not indent the title of an admonition block
[lttng-tools.git] / doc / man / lttng-disable-channel.1.txt
CommitLineData
4bf0a332 1lttng-disable-channel(1)
4605890e 2========================
484b2a0c 3:revdate: 21 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
484b2a0c 20previously enabled with the man:lttng-enable-channel(1) command.
4bf0a332 21
484b2a0c
PP
22A channel always belongs to a tracing session (see man:lttng-create(1)
23to create a tracing session). Without the option:--session option, the
24`disable-channel` command disables one or more channels of the current
25tracing session (see man:lttng-create(1) and man:lttng-set-session(1) to
26learn more about the current tracing session).
4bf0a332 27
484b2a0c
PP
28The `disable-channel` command disables one channel per 'CHANNEL'
29argument.
30
31As of LTTng{nbsp}{lttng_version}, you may :not: enable a disabled
32channel once its tracing session has ben started (see
33man:lttng-start(1)) at least once.
4bf0a332
PP
34
35
36include::common-cmd-options-head.txt[]
37
38
484b2a0c
PP
39Tracing domain
40~~~~~~~~~~~~~~
4bf0a332
PP
41One of:
42
43option:-k, option:--kernel::
484b2a0c 44 Disable one or more Linux kernel channels.
4bf0a332
PP
45
46option:-u, option:--userspace::
484b2a0c 47 Disable one or more user space channels.
4bf0a332
PP
48
49
50Target
51~~~~~~
59b19c3c 52option:-s 'SESSION', option:--session='SESSION'::
484b2a0c 53 Disable one or more channels of the tracing session named 'SESSION'
4bf0a332
PP
54 instead of the current tracing session.
55
56
57include::common-cmd-help-options.txt[]
58
59
60include::common-cmd-footer.txt[]
61
62
63SEE ALSO
64--------
484b2a0c
PP
65man:lttng(1),
66man:lttng-enable-channel(1)
This page took 0.033178 seconds and 4 git commands to generate.