From: Michael Jeanson Date: Wed, 21 Apr 2021 18:33:28 +0000 (-0400) Subject: Tracepoint API namespacing tracepoint-rcu X-Git-Tag: v2.13.0-rc1~34 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=251c9f75028bda8453a048978ec221b70a652153;hp=251c9f75028bda8453a048978ec221b70a652153;p=lttng-ust.git Tracepoint API namespacing tracepoint-rcu 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: Ia07f15d7dd01c6d1e86033c83d329888bb52553f Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---