Refactoring: struct lttng_event_desc and lttng_probe_desc
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 15 Mar 2021 20:48:58 +0000 (16:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 15 Mar 2021 20:48:58 +0000 (16:48 -0400)
commitdc11f93f7d30cd383e35be41483cc024da59c7b8
tree76a1a74db64aae20d606d5c51d4a8426b16fedd5
parent6d35572a24bb6d7b1d21d0bf88dc49e5bfac5e20
Refactoring: struct lttng_event_desc and lttng_probe_desc

- Properly namespace probe registration functions,
- Namespace those structures with lttng_ust_ prefix,
- Use struct_size extensibility scheme,
- Remove padding.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I316a4120d568b663381f4b9eae3e1405a83a1db5
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
liblttng-ust/lttng-bytecode-specialize.c
liblttng-ust/lttng-bytecode.c
liblttng-ust/lttng-bytecode.h
liblttng-ust/lttng-events.c
liblttng-ust/lttng-probes.c
liblttng-ust/ust-events-internal.h
This page took 0.025468 seconds and 4 git commands to generate.