X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README;h=032fd946d7db213fb6af5da03eddead85476eec2;hb=a4c5d022e0ffb2a26be6ac925bedfd9e903ea8f3;hp=65098fcee259a69b447828f06c30096e2919380d;hpb=8f03ca96ed689a749cae4aef7a2f1b340fe41e72;p=ust.git diff --git a/README b/README index 65098fc..032fd94 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ PREREQUISITES: - liburcu Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney - -> This release was tested with liburcu v0.4.1 + -> This release was tested with liburcu v0.4.3 * Debian/Ubuntu package: liburcu-dev * Website: http://lttng.org/urcu @@ -28,7 +28,7 @@ PREREQUISITES: INSTALLATION INSTRUCTIONS: - - Download, compile and install liburcu and libkcompat. + - Download, compile and install liburcu. - In this package's tree, run ./configure. - Run make. - Run make install. @@ -57,19 +57,35 @@ PACKAGE CONTENTS: A program to control the tracing of userspace applications. It can list markers, start the tracing, stop the tracing, enable/disable markers, etc. + - include + The public header files that will be installed on the system. + - ustd The daemon that collects trace data and writes it to the disk. - doc The documentation. - - hello - An example application that uses the userspace tracer. + - tests + Various test programs - - libmallocwrap + - libustinstr-malloc An example library that can be LD_PRELOAD'ed to instrument calls to malloc() in any program without need to recompile it. - - libinterfork + - libustfork A library that is LD_PRELOAD'ed, and that hijacks calls to several system calls in order to trace across these calls. + + - libustcmd + 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. + + - snprintf + An asynchronous signal-safe version of snprintf. + + - java + A simple library that uses JNI to allow tracing in java programs.