From c827506eb07ba1986ce3d673ed8d08f6543d9460 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 13 Nov 2018 12:52:04 -0500 Subject: [PATCH 1/1] lttng-enable-event.1.txt: fix SDT acronym, add missing "are supported" 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 --- doc/man/lttng-enable-event.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/lttng-enable-event.1.txt b/doc/man/lttng-enable-event.1.txt index 538a3b96b..eec5a0dc8 100644 --- a/doc/man/lttng-enable-event.1.txt +++ b/doc/man/lttng-enable-event.1.txt @@ -410,10 +410,10 @@ Dynamic user space probes ~~~~~~~~~~~~~~~~~~~~~~~~~ With the option:--userspace-probe option, you can instrument function entries of any user space binary (application or library) using either -an available symbol name or a SystemTap Statically Defined Tracepoints +an available symbol name or a SystemTap Statically Defined Tracepoint (SDT, a DTrace-style marker) probe's provider and probe names. As of this version, only SDT probes that are :not: surrounded by a reference -counter (semaphore). +counter (semaphore) are supported. The option:--userspace-probe option must be specified with the option:--kernel option because it uses Linux's uprobe feature to -- 2.34.1