X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Finfo%2Fust.texi;h=a0ccdf17707de80bb21333f8fb9724b398af7570;hb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;hp=e0565f39a96261c73e291fca68eeee6dd58760c9;hpb=28c1bb4003ca120888a1d61d5ec71eac426ae490;p=ust.git diff --git a/doc/info/ust.texi b/doc/info/ust.texi index e0565f3..a0ccdf1 100644 --- a/doc/info/ust.texi +++ b/doc/info/ust.texi @@ -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