Disallow building static librairies
[lttng-ust.git] / src / lib / lttng-ust-libc-wrapper / README
CommitLineData
1622ba22
MD
1liblttng-ust-libc is used for instrumenting some calls to libc in a
2program, without need for recompiling it.
3
4This library defines a malloc() function that is instrumented with a
5tracepoint. It also calls the libc malloc afterwards. When loaded with
6LD_PRELOAD, it replaces the libc malloc() function, in effect
7instrumenting all calls to malloc(). The same is performed for free().
8
9See the "run" script for a usage example.
This page took 0.03573 seconds and 4 git commands to generate.