Tracepoint API namespacing tracef
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 21 Apr 2021 15:07:58 +0000 (11:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Apr 2021 15:01:18 +0000 (11:01 -0400)
commit06294ff90351f02d01c65d186e3d993f624fef8d
tree1dec8985097fcc62f57446532264e5004af0c9d1
parent638ce920ec31c143db2c3f64a6571584adede895
Tracepoint API namespacing tracef

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