From: Michael Jeanson Date: Tue, 20 Apr 2021 17:03:34 +0000 (-0400) Subject: Tracepoint API namespacing 'TRACEPOINT_ENUM' X-Git-Tag: v2.13.0-rc1~59 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=2ebf164be81fea5f9ec19314a030b5f80a8f8fc5;hp=2ebf164be81fea5f9ec19314a030b5f80a8f8fc5;p=lttng-ust.git Tracepoint API namespacing 'TRACEPOINT_ENUM' 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: I40ce57d796361cc9393d07792e5c5225a38db00f Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---