doc/man: use linkgenoptions macro
[lttng-tools.git] / doc / man / lttng-disable-channel.1.txt
CommitLineData
4bf0a332
PP
1lttng-disable-channel(1)
2=======================
3
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
20previously enabled by the linklttng:lttng-enable-channel(1) command.
21
22A channel is always contained in a tracing session
23(see linklttng:lttng-create(1) for creating a tracing session). The
24session in which a channel is disabled using `lttng disable-channel` can
25be specified using the option:--session option. If the option:--session
26option is omitted, the current tracing session is targeted.
27
28Note that re-enabling a disabled channel once its tracing session
29has been active at least once is currently not supported.
30
31
32include::common-cmd-options-head.txt[]
33
34
35Domain
36~~~~~~
37One of:
38
39option:-k, option:--kernel::
40 Disable channel in the Linux kernel domain.
41
42option:-u, option:--userspace::
43 Disable channel in the user space domain.
44
45
46Target
47~~~~~~
48option:-s, option:--session='SESSION'::
49 Disable channels in the tracing session named 'SESSION'
50 instead of the current tracing session.
51
52
53include::common-cmd-help-options.txt[]
54
55
56include::common-cmd-footer.txt[]
57
58
59SEE ALSO
60--------
61linklttng:lttng-disable-channel(1),
62linklttng:lttng(1)
This page took 0.025748 seconds and 5 git commands to generate.