From: Mathieu Desnoyers Date: Fri, 23 Apr 2021 16:25:53 +0000 (-0400) Subject: tracepoint: introduce macros to hide tracepoint/provider symbols X-Git-Tag: v2.13.0-rc1~19 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=29d6f42146cb632bd8c8cee3d087aefc0f84dd91;hp=29d6f42146cb632bd8c8cee3d087aefc0f84dd91;p=lttng-ust.git 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 Change-Id: I493c325b73c16044dcc117b48cc91df3b05f18b0 ---