From: Michael Jeanson Date: Tue, 20 Apr 2021 16:05:13 +0000 (-0400) Subject: Tracepoint API namespacing ctor, dtor and sections X-Git-Tag: v2.13.0-rc1~64 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=ac9f44c2c5bebedcaf4e101362efb39b7a158bbd;hp=ac9f44c2c5bebedcaf4e101362efb39b7a158bbd;p=lttng-ust.git Tracepoint API namespacing ctor, dtor and sections 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: Ibffb8334fdd001671fb6b9c5e001598648499a54 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---