X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=README;h=2d1d570fb6dea370a42279b0d904501a09a6b72d;hb=13ef5c0efe5894668297bfa10f1304c40866c054;hp=a381c951a376f1debab6e3583c67ba3f1cebcacb;hpb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;p=ust.git diff --git a/README b/README index a381c95..2d1d570 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.6 + -> This release was tested with liburcu v0.5.4 * Debian/Ubuntu package: liburcu-dev * Website: http://lttng.org/urcu @@ -46,6 +46,12 @@ TRACE VIEWER: This release has been tested with LTTV 0.12.32. +CONTACT: + + Maintainer: Mathieu Desnoyers + Mailing list: ltt-dev@lists.casi.polymtl.ca + + PACKAGE CONTENTS: This package contains the following elements. @@ -79,11 +85,11 @@ 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, ust-consumerd and libustcmd, that + A static library shared between libust, ust-consumerd and libustctl, that provides functions that allow these components to communicate together. - libustconsumer