Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / lttng-disable-channel.1.txt
... / ...
CommitLineData
1lttng-disable-channel(1)
2========================
3:revdate: 29 April 2021
4
5NAME
6----
7lttng-disable-channel - Disable LTTng channels
8
9
10SYNOPSIS
11--------
12[verse]
13*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-channel* (option:--kernel | option:--userspace)
14 [option:--session='SESSION'] 'CHANNEL'[,'CHANNEL']...
15
16
17DESCRIPTION
18-----------
19The `lttng disable-channel` command disables one or more channels
20previously enabled with the man:lttng-enable-channel(1) command
21which belong to:
22
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.
31
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.
38
39
40include::common-cmd-options-head.txt[]
41
42
43Tracing domain
44~~~~~~~~~~~~~~
45One of:
46
47option:-k, option:--kernel::
48 Disable one or more Linux kernel channels.
49
50option:-u, option:--userspace::
51 Disable one or more user space channels.
52
53
54Recording target
55~~~~~~~~~~~~~~~~
56option:-s 'SESSION', option:--session='SESSION'::
57 Disable one or more channels of the tracing session named 'SESSION'
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--------
69man:lttng(1),
70man:lttng-concepts(7),
71man:lttng-enable-channel(1)
This page took 0.023796 seconds and 4 git commands to generate.