1 lttng-disable-channel(1)
2 ========================
8 lttng-disable-channel - Disable LTTng channels
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-channel* (option:--kernel | option:--userspace)
15 [option:--session='SESSION'] 'CHANNEL'[,'CHANNEL']...
20 The `lttng disable-channel` command disables one or more channels
21 previously enabled with the man:lttng-enable-channel(1) command
24 With the option:--session='SESSION' option::
25 The recording session named 'SESSION'.
27 Without the option:--session option::
28 The current recording session (see man:lttng-concepts(7) to learn
29 more about the current recording session).
31 See man:lttng-concepts(7) to learn more about channels.
33 The `disable-channel` command disables one channel per 'CHANNEL'
36 As of LTTng{nbsp}{lttng_version}, you may :not: enable a disabled
37 channel once its recording session has been started (see
38 man:lttng-start(1)) at least once.
40 See the ``<<examples,EXAMPLES>>'' section below for usage examples.
43 include::common-lttng-cmd-options-head.txt[]
50 option:-k, option:--kernel::
51 Disable one or more Linux kernel channels.
53 option:-u, option:--userspace::
54 Disable one or more user space channels.
59 option:-s 'SESSION', option:--session='SESSION'::
60 Disable one or more channels of the recording session named
61 'SESSION' instead of the current recording session.
64 include::common-lttng-cmd-help-options.txt[]
67 include::common-lttng-cmd-after-options.txt[]
73 .Disable one Linux kernel channel of the current recording session.
77 $ lttng disable-channel --kernel my-channel
81 .Disable two user space channels of a specific recording session.
83 See the option:--session option.
87 $ lttng disable-channel --kernel --session=my-session \
93 include::common-footer.txt[]
99 man:lttng-enable-channel(1),
100 man:lttng-concepts(7)