From efee6ee02e2b0c0391ac8c25c3b6f613c8b6d714 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 17 May 2021 14:04:53 -0400 Subject: [PATCH] lttng-disable-channel(1): add usage examples MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau Change-Id: Ia524f1e3f032633670312000f4fc5674c09da498 --- doc/man/lttng-disable-channel.1.txt | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/man/lttng-disable-channel.1.txt b/doc/man/lttng-disable-channel.1.txt index 7f86d6d18..b25ea3c28 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 ---- @@ -36,6 +36,8 @@ As of LTTng{nbsp}{lttng_version}, you may :not: enable a disabled channel once its tracing session has ben started (see man:lttng-start(1)) at least once. +See the <> section below for usage examples. + include::common-lttng-cmd-options-head.txt[] @@ -64,6 +66,29 @@ 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-footer.txt[] -- 2.34.1