X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=README;h=187c045244a6ccd07826d15f66c0e0fd539ff42f;hb=f446d1cbf3f3b2e722b68b6bcbee2359d0f3d8e5;hp=ef11607f633d0fed55e70fa880015b24d940de82;hpb=1ffa770bdf4f22dfd0c3be0c0a3af0d2b4cca363;p=ust.git diff --git a/README b/README index ef11607..187c045 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ PREREQUISITES: - liburcu Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney - -> This release was tested with liburcu v0.4.3 + -> This release was tested with liburcu v0.5.4 * Debian/Ubuntu package: liburcu-dev * Website: http://lttng.org/urcu @@ -43,7 +43,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. + This release has been tested with LTTV 0.12.32. PACKAGE CONTENTS: @@ -61,7 +61,7 @@ PACKAGE CONTENTS: - include The public header files that will be installed on the system. - - ustd + - ust-consumerd The daemon that collects trace data and writes it to the disk. - doc @@ -79,12 +79,16 @@ PACKAGE CONTENTS: calls in order to trace across these calls. It _has_ to be LD_PRELOAD'ed in order to hijack calls. In contrast, libust may be linked at build time. - - libustcmd + - libustctl A library to control tracing in other processes. Used by ustctl. - libustcomm - A static library shared between libust, ustd and libustcmd, that provides - functions that allow these components to communicate together. + A static library shared between libust, ust-consumerd and libustctl, that + provides functions that allow these components to communicate together. + + - libustconsumer + A library to create ust consumers by registering callbacks, used by + ust-consumerd. - snprintf An asynchronous signal-safe version of snprintf.