X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=README;h=a381c951a376f1debab6e3583c67ba3f1cebcacb;hb=49d70d5aa7bc256392cc32127616c311c69cdd92;hp=ef11607f633d0fed55e70fa880015b24d940de82;hpb=1ffa770bdf4f22dfd0c3be0c0a3af0d2b4cca363;p=ust.git diff --git a/README b/README index ef11607..a381c95 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.4.6 * 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 @@ -83,8 +83,12 @@ PACKAGE CONTENTS: 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 libustcmd, 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.