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