Add tracepoint_disable_destructors()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2016 14:32:59 +0000 (09:32 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Mar 2016 18:59:47 +0000 (14:59 -0400)
commit664ccf245fcb343e1ea10e145bab3749423e9d0f
treed5e43827e44fd634184a045bf5aff974ff358e1b
parentea960c20b5d55ac004fda761ed53aaba2de4cdc3
Add tracepoint_disable_destructors()

Calling this function from an instrumented program allows disabling
tracepoint destructors. This allows threads to continue calling
tracepoint code even after the tracepoint destructors have run. This is
needed for applications that exit without joining all their threads.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
CC: Jeffrey Chen <cpthk@live.com>
include/lttng/tracepoint.h
This page took 0.024287 seconds and 4 git commands to generate.