From: Philippe Proulx Date: Tue, 13 Nov 2018 17:52:04 +0000 (-0500) Subject: lttng-enable-event.1.txt: fix SDT acronym, add missing "are supported" X-Git-Tag: v2.12.0-rc1~746 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c827506eb07ba1986ce3d673ed8d08f6543d9460 lttng-enable-event.1.txt: fix SDT acronym, add missing "are supported" Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- 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