Tracepoint API namespacing '__tracepoint_'
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 20 Apr 2021 14:39:07 +0000 (10:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 15:01:18 +0000 (11:01 -0400)
commit0274f7f24e55825f2a51804d50100676d468c06d
treec032d8de1f62d6f02bc49f2de9b42abb42dc7bc4
parent62eb90f370c02ef86b20f02892b0c0b76bd6f048
Tracepoint API namespacing '__tracepoint_'

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