Fix: ensure all probe providers have their symbols
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 5 Mar 2013 22:04:44 +0000 (17:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 00:04:01 +0000 (20:04 -0400)
commitbe49294181ccf97bddf19c9f722b52a1725d6fba
tree2a543a169ff1a44ea62e2708328f7c58a911b3aa
parent70763508d0b92272c408dce9c389739dd0421790
Fix: ensure all probe providers have their symbols

Original commit log from stable-2.2:
Following the removal of metadata generation from UST, the probes cannot
find the tracepoint_dlopen() symbol. Ensure those probes can be built by
declaring this symbol within each probe.

stable-2.1 backport:
Similar issue was experienced with the "demo" test program when built
outside of the UST tree.

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