X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust.3;h=c72bd32bd116a90b2546e1bb33ac4b27c88b0a28;hb=f08370eb4e78dff85c8c712a7d7af54d12261d2a;hp=1d1197f4672b18af258e29e48a8c0311a9f2940c;hpb=aacb37743add6586531f42c5fc2c6551bf7ffd71;p=lttng-ust.git diff --git a/doc/man/lttng-ust.3 b/doc/man/lttng-ust.3 index 1d1197f4..c72bd32b 100644 --- a/doc/man/lttng-ust.3 +++ b/doc/man/lttng-ust.3 @@ -29,11 +29,11 @@ tracef() API. To do it, in a nutshell: 3) Link your program against liblttng-ust.so. -4) Enable the UST debug loglevel when tracing with the following - sequence of commands from lttng-tools: +4) Enable UST events when tracing with the following sequence of commands + from lttng-tools: lttng create - lttng enable-event -u -a --loglevel=TRACE_DEBUG + lttng enable-event -u -a lttng start [... run your program ...] lttng stop