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:37:56 +0000 (11:37 -0400)
commitf8dc4e455a3aa1745a5b789fc707182b7b5439e0
treec5465e62ba32d5f26a68b17c27c1e9ff7a7908ef
parent35763354e732e0cc81e6e282382868c235c5ae0f
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.02395 seconds and 4 git commands to generate.