X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=48e89ba7b490afd0674790f80dd0205789815085;hb=714c16c4a2f1d6e22b7d89a7abf496067ea24d20;hp=e9ed81241bc12c407bf0b092244040968543309b;hpb=28ed962891cb7d32463aa9e8ced9d37a97eaea22;p=lttng-ust.git diff --git a/README.md b/README.md index e9ed8124..48e89ba7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ user space tracing helpers for any application. Prerequisites ------------- -LTTng-UST depends on [liburcu](http://urcu.so/) v0.7.2 at build and +LTTng-UST depends on [liburcu](http://liburcu.org/) v0.7.2 at build and run times. @@ -204,13 +204,16 @@ This package contains the following elements: `liblttng-ust` may be linked at build time. - `liblttng-ust-java`: a simple library that uses JNI to allow tracing in Java programs. - - `liblttng-ust-jul`: a package that includes a JNI library and a JAR - library to provide an LTTng-UST logging back-end for Java application - using Java Util Logging. + - `liblttng-ust-java-agent`: a package that includes a JNI library and a + JAR library to provide an LTTng-UST logging back-end for Java + applications using Java Util Logging or Log4j. - `liblttng-ust-libc-wrapper`: an example library that can be preloaded to instrument some calls to libc (currently `malloc()` and `free()`) and to POSIX threads (mutexes currently instrumented) in any program without need to recompile it. + - `liblttng-ust-python-agent`: a package to provide an LTTng-UST + logging back-end for Python applications using the standard logging + framework. - `libringbuffer`: the ring buffer implementation used within LTTng-UST. - `snprintf`: an asynchronous signal-safe version of `snprintf()`. - `tests`: various test programs.