Base-address tracing for dlopen and dlclose
authorPaul Woegerer <paul_woegerer@mentor.com>
Thu, 14 Nov 2013 17:03:25 +0000 (18:03 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 14 Nov 2013 19:23:52 +0000 (14:23 -0500)
commitb13d93c24dfd101dc7a7f8ea2567a2164f807cdc
tree11d7c03e71480cee5f5e3ab38654cfa3b72a08e1
parented5b5bbd98b60355e8dec0d1e6507b0c6a132b0a
Base-address tracing for dlopen and dlclose

Provide an LD_PRELOAD library to allow tracing of calls to dlopen and
dlclose.

Signed-off-by: Paul Woegerer <paul_woegerer@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
liblttng-ust-baddr/Makefile.am [new file with mode: 0644]
liblttng-ust-baddr/lttng-ust-baddr.c [new file with mode: 0644]
liblttng-ust-baddr/ust_baddr.c [new file with mode: 0644]
liblttng-ust-baddr/ust_baddr.h [new file with mode: 0644]
liblttng-ust-dl/Makefile.am [new file with mode: 0644]
liblttng-ust-dl/ustdl.c [new file with mode: 0644]
This page took 0.024889 seconds and 4 git commands to generate.