X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README;h=306ef58afb9dfe84ba898c4f0a07f94f2d2ba4f0;hb=2944a62989b8466e0d551e37a0be0e8e6cd69905;hp=1b86fb2030ef77ddcd81005b17724913b64efedb;hpb=55ad629d916dc8a9e0e8859bd469815dc9ec6ceb;p=ust.git diff --git a/README b/README index 1b86fb2..306ef58 100644 --- a/README +++ b/README @@ -1,9 +1,5 @@ LTTNG USERSPACE TRACER -NOTE: This library has not been released yet because altough it is licenced as -LGPL, it can only be used as gpl because it depends on GPL files. It will be -released as soon as these issues are resolved. - Dependencies: - liburcu @@ -17,8 +13,7 @@ Dependencies: Installation instruction: - Download, compile and install liburcu and libkcompat. -- In this package's tree, run ./configure, specifying the location of - liburcu and libkcompat with the --with-urcu and --with-kcompat options. +- In this package's tree, run ./configure. - Run make. - See the manual in the doc/ directory for usage instructions. @@ -43,3 +38,7 @@ Package contents: - libmallocwrap An example library that can be LD_PRELOAD'ed to instrument calls to malloc() in any program without need to recompile it. + +- libinterfork + A library that is LD_PRELOAD'ed, and that hijacks calls to several system + calls in order to trace across these calls.