X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustinstr-malloc%2FREADME;h=c58a7e6a4003c373b32c074e8c727196139b2c1f;hp=333a01e6916bebadfe0d713945dbb28a2e3bbc91;hb=HEAD;hpb=d169a27dd79a872d5c44f0547a2bb33bb8402b80 diff --git a/libustinstr-malloc/README b/libustinstr-malloc/README index 333a01e..c58a7e6 100644 --- a/libustinstr-malloc/README +++ b/libustinstr-malloc/README @@ -1,8 +1,9 @@ -libmallocwrap is used for instrumenting calls to malloc(3) in a program, without -need for recompiling it. +libustinstr-malloc is used for instrumenting calls to malloc(3) in a program, +without need for recompiling it. -libmallocwrap defines a malloc() function that is instrumented with a marker. It -also calls the libc malloc afterwards. When loaded with LD_PRELOAD, it replaces -the libc malloc() function, in effect instrumenting all calls to malloc(). +libustinstr-malloc defines a malloc() function that is instrumented with a +marker. It also calls the libc malloc afterwards. When loaded with LD_PRELOAD, +it replaces the libc malloc() function, in effect instrumenting all calls to +malloc(). See the "run" script for a usage example.