tracepoint: introduce macros to hide tracepoint/provider symbols
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Apr 2021 16:25:53 +0000 (12:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Apr 2021 19:40:27 +0000 (15:40 -0400)
commit29d6f42146cb632bd8c8cee3d087aefc0f84dd91
treef913ad2fdef2498c74f056bd7d3184e651f61cbf
parent249cffb5cdf9cff45298a44580b24d4dd9d63ba0
tracepoint: introduce macros to hide tracepoint/provider symbols

Introduce the following macros:

LTTNG_UST_TRACEPOINT_HIDDEN_DEFINITION: Hide symbols associated with
tracepoint module instrumentation.

LTTNG_UST_TRACEPOINT_PROVIDER_HIDDEN_DEFINITION: Hide symbols associated
with tracepoint provider.

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