LTTNG-RELAYD(8): document the --fd-pool-size option
[lttng-tools.git] / doc / man / lttng-disable-channel.1.txt
CommitLineData
4bf0a332 1lttng-disable-channel(1)
4605890e
PP
2========================
3:revdate: 28 November 2016
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
7c1a4458 20previously enabled by the man:lttng-enable-channel(1) command.
4bf0a332
PP
21
22A channel is always contained in a tracing session
7c1a4458 23(see man:lttng-create(1) for creating a tracing session). The
4bf0a332
PP
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~~~~~~
59b19c3c 48option:-s 'SESSION', option:--session='SESSION'::
4bf0a332
PP
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--------
7c1a4458
PP
61man:lttng-disable-channel(1),
62man:lttng(1)
This page took 0.064153 seconds and 4 git commands to generate.