Split ust-events-internal.h between common and liblttng-ust
authorMichael Jeanson <mjeanson@efficios.com>
Sat, 3 Apr 2021 00:22:42 +0000 (20:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:49:42 +0000 (14:49 -0400)
commit36c52fffa1beb46c7c15bb6ac4a4179cae373b98
tree69feab3c03975fd4eb4330350519875b537fc0e7
parent910dcd720731c190adbfb9bb50c67bb9c4235003
Split ust-events-internal.h between common and liblttng-ust

Split ust-events-internal.h into a common private header containing the
types and ABI functions and a header internal to liblttng-ust containing
the declaration of the private symbols.

Change-Id: I8ec2a5c8aad9ba85557b5a727ffc3615172e375d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
26 files changed:
src/common/Makefile.am
src/common/events.h [new file with mode: 0644]
src/common/ustcomm.c
src/lib/lttng-ust-ctl/ustctl.c
src/lib/lttng-ust-dl/lttng-ust-dl.c
src/lib/lttng-ust/Makefile.am
src/lib/lttng-ust/context-internal.h
src/lib/lttng-ust/event-notifier-notification.c
src/lib/lttng-ust/events.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-bytecode-interpreter.c
src/lib/lttng-ust/lttng-bytecode-specialize.c
src/lib/lttng-ust/lttng-bytecode-validator.c
src/lib/lttng-ust/lttng-bytecode.c
src/lib/lttng-ust/lttng-bytecode.h
src/lib/lttng-ust/lttng-context-perf-counters.c
src/lib/lttng-ust/lttng-counter-client-percpu-32-modular.c
src/lib/lttng-ust/lttng-counter-client-percpu-64-modular.c
src/lib/lttng-ust/lttng-events.c
src/lib/lttng-ust/lttng-probes.c
src/lib/lttng-ust/lttng-ring-buffer-client-template.h
src/lib/lttng-ust/lttng-ring-buffer-metadata-client-template.h
src/lib/lttng-ust/lttng-ust-abi.c
src/lib/lttng-ust/lttng-ust-comm.c
src/lib/lttng-ust/lttng-ust-statedump.c
src/lib/lttng-ust/ust-core.c
src/lib/lttng-ust/ust-events-internal.h [deleted file]
This page took 0.02768 seconds and 4 git commands to generate.