X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Finfo%2Fust.texi;h=73a8bcd3faf65eef72457db1a9120b4498ccc0a3;hb=eb78cc5f9e75f620e9037708874f88b0a17e4ed8;hp=a0ccdf17707de80bb21333f8fb9724b398af7570;hpb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;p=ust.git diff --git a/doc/info/ust.texi b/doc/info/ust.texi index a0ccdf1..73a8bcd 100644 --- a/doc/info/ust.texi +++ b/doc/info/ust.texi @@ -36,7 +36,7 @@ Permission is granted to ... @node Top @top LTTng Userspace Tracer -This manual is for UST 0.5. +This manual is for UST 0.11. @end ifnottex @menu @@ -395,25 +395,25 @@ $ ust-consumerd # it has pid 1234. # List the available markers -$ ustctl --list-markers 1234 +$ ustctl list-markers 1234 # A column indicates 0 for an inactive marker and 1 for an active marker. # Enable a marker -$ ustctl --enable-marker ust/mymark 1234 +$ ustctl enable-marker 1234 auto ust/mymark # Create a trace -$ ustctl --create-trace 1234 +$ ustctl create-trace 1234 auto # Start tracing -$ ustctl --start-trace 1234 +$ ustctl start-trace 1234 auto # Do things... # Stop tracing -$ ustctl --stop-trace 1234 +$ ustctl stop-trace 1234 auto # Destroy the trace -$ ustctl --destroy-trace 1234 +$ ustctl destroy-trace 1234 auto @end verbatim @end example