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