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.11.0-rc2~160 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=e433d10ef43ecfae3a44638b27c63702e8f256d9;p=lttng-tools.git 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