From dca9929532e7e1c85475ca6cb4a74b8e599cc55f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 17 May 2021 14:02:15 -0400 Subject: [PATCH] lttng-add-context(1): EXAMPLES: add internal links to relevant options 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: I242445993ae85c66074b90078dcd1f8e18cb86db --- doc/man/lttng-add-context.1.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/lttng-add-context.1.txt b/doc/man/lttng-add-context.1.txt index 5e1155708..8e5c2bf64 100644 --- a/doc/man/lttng-add-context.1.txt +++ b/doc/man/lttng-add-context.1.txt @@ -195,6 +195,8 @@ $ lttng add-context --kernel --type=pid .Add three statically-known context fields to be recorded to a specific user space channel of a specific tracing session. ==== +See the option:--session and option:--channel options. + [role="term"] ---- $ lttng add-context --userspace --session=my-session \ @@ -205,6 +207,8 @@ $ lttng add-context --userspace --session=my-session \ .Add a perf counter context field to be recorded to a specific Linux kernel channel of the current tracing session. ==== +See the option:--channel option. + [role="term"] ---- $ lttng add-context --kernel --channel=my-channel \ -- 2.34.1