From: Pierre-Marc Fournier Date: Mon, 5 Oct 2009 20:16:12 +0000 (-0400) Subject: README: add section on libinterfork X-Git-Tag: v0.1~100 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=cbccb4a93f3c6969222377d422d5946075f31d3f README: add section on libinterfork --- diff --git a/README b/README index 1b86fb2..fe4f2d3 100644 --- a/README +++ b/README @@ -43,3 +43,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.