Tracepoint API namespacing 'TRACEPOINT_ENUM'
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 20 Apr 2021 17:03:34 +0000 (13:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 15:01:18 +0000 (11:01 -0400)
commit2ebf164be81fea5f9ec19314a030b5f80a8f8fc5
tree97bde35e8b5cc3a904420d7cde839c8ae2f3e0c4
parent88c7c4eacbd4a98ad8e5df341ae2f1223b735194
Tracepoint API namespacing 'TRACEPOINT_ENUM'

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: I40ce57d796361cc9393d07792e5c5225a38db00f
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/tracepoint.h
include/lttng/ust-tracepoint-event-reset.h
include/lttng/ust-tracepoint-event.h
tests/compile/ctf-types/ust_tests_ctf_types.h
tests/compile/hello.cxx/ust_tests_hello.h
This page took 0.024812 seconds and 4 git commands to generate.