X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-enable-event.1.txt;h=eec5a0dc8f322a2fae1cec348d739eabaa169e2c;hp=538a3b96b699ee00be5dba33f23cdd764b301e99;hb=c827506eb07ba1986ce3d673ed8d08f6543d9460;hpb=437afa719f5e777dac77827298c443f450e0903e 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