Fix: allow non-LGPL modules to use tracepoints
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Jun 2016 20:34:09 +0000 (16:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Jun 2016 15:36:28 +0000 (11:36 -0400)
commit7e954a78c04ed43bedab36359f5d5771c863838f
treebc0f1b3fc823367f34ad2ad4621eef2cf1b7c764
parent01f0e40ce5b0c30c7c0706b63532049b311c83cf
Fix: allow non-LGPL modules to use tracepoints

Non-LGPL modules that use tracepoint instrumentation, but have no
compile unit defining either TRACEPOINT_DEFINE or
TRACEPOINT_CREATE_PROBES fail to build due to undefined reference to
`tracepoint_dlopen_ptr'.

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