X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=README;h=a68e8707183a3e8a0456c0ac7499d262b84137e8;hb=d6322067aa791234d0d81e1a6b03b445635d5f65;hp=05a6b56ee6b7cadd6360a622764bd7cfdfa786c2;hpb=5de791bd1dae05e595ab74016f7333912f2492a8;p=ust.git diff --git a/README b/README index 05a6b56..a68e870 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ -LTTNG USERSPACE TRACER ----------------------- +LTTNG USERSPACE TRACER (UST) +---------------------------- + +UST web site and manual: http://lttng.org/ust Updated versions of this package may be found at: @@ -18,7 +20,7 @@ PREREQUISITES: * GitWeb: http://lttng.org/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary * Git: git://lttng.org/userspace-rcu.git - -> This release was tested with liburcu v0.0 + -> This release was tested with liburcu v0.4.1 - libkcompat @@ -29,7 +31,7 @@ PREREQUISITES: * GitWeb: http://git.dorsal.polymtl.ca (project: libkcompat) * Git: git://git.dorsal.polymtl.ca/git/libkcompat.git - -> This release was tested with libkcompat v0.0 + -> This release was tested with libkcompat v0.1 @@ -40,7 +42,7 @@ INSTALLATION INSTRUCTIONS: - Run make. - Run make install. - Run ldconfig. - - See the manual in the doc/ directory for usage instructions. + - See the manual for usage instructions. @@ -49,6 +51,7 @@ TRACE VIEWER: LTTV is used for viewing UST traces. LTTV may be obtained at http://lttng.org in the Downloads section. + This release has been tested with LTTV 0.12.30. PACKAGE CONTENTS: @@ -66,7 +69,8 @@ PACKAGE CONTENTS: - ustd The daemon that collects trace data and writes it to the disk. - - Documentation + - doc + The documentation. - hello An example application that uses the userspace tracer.