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