Tracepoint API namespacing 'TP_ENUM_VALUES'
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 21 Apr 2021 19:11:16 +0000 (15:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 15:01:18 +0000 (11:01 -0400)
commit4849bc7a9e250ce47d7a3deb0d2327cc4b50422f
treef6869c27e64f66ff782afa6c891c2a6a9d32d4f2
parent5b393d6424d959e2efbb800b0c8a61b81bf9968e
Tracepoint API namespacing 'TP_ENUM_VALUES'

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: I4f8755f8eddfb2c76dce18fe6193489dbe36aa7f
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.h
tests/compile/ctf-types/ust_tests_ctf_types.h
tests/compile/hello.cxx/ust_tests_hello.h
This page took 0.026715 seconds and 4 git commands to generate.