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

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: I60a6f7838ddf60ef43c3017a50ed24c8bf188a43
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/demo-tracelog/demo-tracelog.c
doc/examples/demo-tracelog/demo-vtracelog.c
include/lttng/tp/lttng-ust-tracelog.h
include/lttng/tracelog.h
src/lib/lttng-ust/tracelog.c
This page took 0.024654 seconds and 4 git commands to generate.