Remove LTTNG_HIDDEN macro
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 10 Mar 2021 19:09:52 +0000 (14:09 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 16:43:36 +0000 (12:43 -0400)
commitddabe860f4cf41a4206a8157d83e6b9354f85cb5
tree3d691080a26f6723b02b7942854073292cacd78f
parentd10a220587d0a41c85da916a65e9dfc9f61062fa
Remove LTTNG_HIDDEN macro

We already use __attribute__((visibility("hidden"))) directly in the
public API and in some parts of the code. Remove the LTTNG_HIDDEN macro
and replace it with the literal attribute.

Change-Id: I9aa0698ba08c742c2a25aec24560b7789e303eaa
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
43 files changed:
include/ust-comm.h
include/ust-dynamic-type.h
include/ust-helper.h
include/ust-share.h
include/ust-snprintf.h
include/usterr-signal-safe.h
libcounter/counter.h
libcounter/shm.h
libcounter/smp.h
liblttng-ust-ctl/ustctl.c
liblttng-ust/context-internal.h
liblttng-ust/context-provider-internal.h
liblttng-ust/futex.h
liblttng-ust/getenv.h
liblttng-ust/lttng-bytecode-specialize.c
liblttng-ust/lttng-bytecode-validator.c
liblttng-ust/lttng-bytecode.c
liblttng-ust/lttng-bytecode.h
liblttng-ust/lttng-tracer-core.h
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/lttng-ust-elf.c
liblttng-ust/lttng-ust-statedump.h
liblttng-ust/rculfhash-internal.h
liblttng-ust/rculfhash.h
liblttng-ust/string-utils.h
liblttng-ust/tracepoint-internal.h
liblttng-ust/tracepoint-weak-test.c
liblttng-ust/ust-events-internal.h
libmsgpack/msgpack.h
libringbuffer/backend.h
libringbuffer/backend_internal.h
libringbuffer/frontend.h
libringbuffer/frontend_internal.h
libringbuffer/getcpu.h
libringbuffer/nohz.h
libringbuffer/rb-init.h
libringbuffer/shm.h
libringbuffer/smp.h
snprintf/floatio.h
snprintf/fvwrite.h
snprintf/local.h
snprintf/various.h
This page took 0.028377 seconds and 4 git commands to generate.