Tracepoint API namespacing 'tracepoint_(un)register'
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 20 Apr 2021 16:42:50 +0000 (12:42 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 15:01:18 +0000 (11:01 -0400)
commit096c06e5c6f0a44f261b53c473c223ba88b686fd
tree14ee707020157358d584ec005770af0c49fdae8b
parent92866a9dad57a5bd36286808155318cf8587fe2d
Tracepoint API namespacing 'tracepoint_(un)register'

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: I4eb585902ed4ec4b2207d4c32b744d9a8b454ae6
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/tracepoint.h
src/lib/lttng-ust-tracepoint/tracepoint.c
This page took 0.024572 seconds and 4 git commands to generate.