From: Michael Jeanson Date: Tue, 20 Apr 2021 20:28:58 +0000 (-0400) Subject: Tracepoint API namespacing '__tp_stringify' X-Git-Tag: v2.13.0-rc1~47 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=061fc37ae64a1ad3ecefe10d9a2db33ebb5c41ce;hp=061fc37ae64a1ad3ecefe10d9a2db33ebb5c41ce;p=lttng-ust.git Tracepoint API namespacing '__tp_stringify' The ABI bump gives us the opportunity to namespace all public symbols under the 'lttng_ust_' prefix. Namespace all API symbols and macros under 'lttng_ust_' / 'LTTNG_UST_' and add compat macros to keep compatibility with the previous API. Change-Id: I98e1265e8f9118a27df89e6142ba59fcdd5ae131 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---