X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Finfo%2Fust.texi;h=03c37e75401c5c4f578a4aa9d700967959a5c3e3;hb=7e764ef1fb78b5a24de1dcbbe7b5a92c4e5dd5cf;hp=e0565f39a96261c73e291fca68eeee6dd58760c9;hpb=cf1da69dd47917f75147ab38f6041ad0fe66d952;p=ust.git diff --git a/doc/info/ust.texi b/doc/info/ust.texi index e0565f3..03c37e7 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.10. @end ifnottex @menu @@ -92,7 +92,7 @@ Components licensed as GPL v2: @itemize @bullet @item ustctl @item libustcmd -@item ustd +@item ust-consumerd @end itemize @node Supported platforms @@ -112,7 +112,7 @@ The following packages are required: @item ust -This contains the tracing library, the ustd daemon, trace control tools +This contains the tracing library, the ust-consumerd daemon, trace control tools and other helper tools. Repository: @url{http://git.dorsal.polymtl.ca} @@ -385,11 +385,11 @@ First the daemon must be started. # Make sure the directory for the communication sockets exists. $ mkdir /tmp/ustsocks -# Make sure the directory where ustd will write the trace exists. +# Make sure the directory where ust-consumerd will write the trace exists. $ mkdir /tmp/trace # Start the daemon -$ ustd +$ ust-consumerd # We assume the program we want to trace is already running and that # it has pid 1234. @@ -543,7 +543,7 @@ the application (or library) being linked to libust. Libust is initialized by a constructor, which by definition runs before the @code{main()} function of the application starts. This constructor creates a thread called the @emph{listener thread}. The listener thread initializes a -named socket and waits for connections for ustd or ustctl. +named socket and waits for connections for ust-consumerd or ustctl. Libust-specific code may: @itemize @bullet