X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-disable-channel.1.txt;h=21e7e6c933eb3557f9624f5e0ac5959179dfd646;hb=b0c1a0c75f90e68721ff4147699e43fad5900c71;hp=164dfdd2f987431a5af2bb4b5c6838d0decbaa30;hpb=26f0c7794376456fcb5b13d4eae91c0ccf0dfe66;p=lttng-tools.git diff --git a/doc/man/lttng-disable-channel.1.txt b/doc/man/lttng-disable-channel.1.txt index 164dfdd2f..21e7e6c93 100644 --- a/doc/man/lttng-disable-channel.1.txt +++ b/doc/man/lttng-disable-channel.1.txt @@ -1,6 +1,6 @@ lttng-disable-channel(1) ======================== -:revdate: 29 April 2021 +:revdate: 17 May 2021 NAME ---- @@ -33,11 +33,13 @@ The `disable-channel` command disables one channel per 'CHANNEL' argument. As of LTTng{nbsp}{lttng_version}, you may :not: enable a disabled -channel once its tracing session has ben started (see +channel once its tracing session has been started (see man:lttng-start(1)) at least once. +See the <> section below for usage examples. -include::common-cmd-options-head.txt[] + +include::common-lttng-cmd-options-head.txt[] Tracing domain @@ -58,14 +60,40 @@ option:-s 'SESSION', option:--session='SESSION':: instead of the current tracing session. -include::common-cmd-help-options.txt[] +include::common-lttng-cmd-help-options.txt[] + + +include::common-lttng-cmd-after-options.txt[] + + +[[examples]] +EXAMPLES +-------- +.Disable one Linux kernel channel of the current tracing session. +==== +[role="term"] +---- +$ lttng disable-channel --kernel my-channel +---- +==== + +.Disable two user space channels of a specific tracing session. +==== +See the option:--session option. + +[role="term"] +---- +$ lttng disable-channel --kernel --session=my-session \ + little,box +---- +==== -include::common-cmd-footer.txt[] +include::common-footer.txt[] SEE ALSO -------- man:lttng(1), -man:lttng-concepts(7), -man:lttng-enable-channel(1) +man:lttng-enable-channel(1), +man:lttng-concepts(7)