Namespace LTTng modules ABI with lttng_kernel_abi_ prefix
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Apr 2021 17:52:07 +0000 (13:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Apr 2021 20:38:35 +0000 (16:38 -0400)
commit606828e401c405619a0c7249e8c7e3291cc1cb45
tree39a47e0f11199ff055f9d80113776d45516e0b43
parent437d5aa59380583ce1cd14d394a53b398be1275d
Namespace LTTng modules ABI with lttng_kernel_abi_ prefix

Standardize on lttng_kernel_abi_ prefix for the lttng modules ABI to
eliminate namespace clash between lttng-modules core code and its ABI.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I3b1c8d6f46702e57defa17d683ede576466ba3ce
16 files changed:
include/lttng/abi-old.h
include/lttng/abi.h
include/lttng/events.h
include/ringbuffer/vfs.h
src/lib/ringbuffer/ring_buffer_vfs.c
src/lttng-abi.c
src/lttng-bytecode.c
src/lttng-calibrate.c
src/lttng-context-callstack.c
src/lttng-event-notifier-notification.c
src/lttng-events.c
src/lttng-probes.c
src/lttng-syscalls.c
src/probes/lttng-kprobes.c
src/probes/lttng-kretprobes.c
src/probes/lttng-uprobes.c
This page took 0.026945 seconds and 4 git commands to generate.