Rename liblttng-ust-malloc to liblttng-ust-libc, update to lttng-ust 2.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Dec 2011 04:47:24 +0000 (23:47 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Dec 2011 04:47:24 +0000 (23:47 -0500)
commit1622ba2253fbbfff8cd0845fd7b543a8cd2ec9bd
treebaaf1913610d0d39373ba0e42bb14263c3a4d4ec
parent8844360e091d315a2952e3e4c954c3d6f7da9fee
Rename liblttng-ust-malloc to liblttng-ust-libc, update to lttng-ust 2.0

- includes a fix to tracepoints to disable the tracepoint sites upon
  unregistration of the library. This is useful for cases where, like
  the libc wrapper, the library dependency for constructor/destructor
  is not quite right due to cross-dependencies (lttng-ust depends on
  malloc/free). This ensures the session teardown will never be in a
  position where it could teardown data structures still in use
  by probes that cannot be unregistered because their associated
  library would already have called its destructor.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 files changed:
Makefile.am
README
configure.ac
liblttng-ust-libc/Makefile.am [new file with mode: 0644]
liblttng-ust-libc/README [new file with mode: 0644]
liblttng-ust-libc/lttng-ust-malloc.c [new file with mode: 0644]
liblttng-ust-libc/run [new file with mode: 0755]
liblttng-ust-libc/ust_libc.h [new file with mode: 0644]
liblttng-ust-malloc/Makefile.am [deleted file]
liblttng-ust-malloc/README [deleted file]
liblttng-ust-malloc/mallocwrap.c [deleted file]
liblttng-ust-malloc/run [deleted file]
liblttng-ust/tracepoint.c
This page took 0.024948 seconds and 4 git commands to generate.