Move liblttng-ust to 'src/lib/'
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 12 Apr 2021 19:19:23 +0000 (15:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:22:09 +0000 (14:22 -0400)
commit6339062a5bbe886493d0691d13e28e37a7206362
treee576e41449c4dc75d4fbde935332dee814a65a53
parent635ead38ff3308bd6475f088d6a58e6267e53d86
Move liblttng-ust to 'src/lib/'

This is part of an effort to standardize our autotools setup across
projects to simplify maintenance.

Change-Id: I5df7b12202e4ba06bfb9532e8098ac80bd2073a2
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
218 files changed:
.gitignore
configure.ac
doc/examples/Makefile.am
src/Makefile.am
src/common/ustcomm.c
src/lib/Makefile.am
src/lib/lttng-ust-ctl/Makefile.am
src/lib/lttng-ust-ctl/ustctl.c
src/lib/lttng-ust-cyg-profile/Makefile.am
src/lib/lttng-ust-dl/Makefile.am
src/lib/lttng-ust-dl/lttng-ust-dl.c
src/lib/lttng-ust-fd/Makefile.am
src/lib/lttng-ust-fork/Makefile.am
src/lib/lttng-ust-java-agent/jni/common/Makefile.am
src/lib/lttng-ust-java-agent/jni/jul/Makefile.am
src/lib/lttng-ust-java-agent/jni/log4j/Makefile.am
src/lib/lttng-ust-java/Makefile.am
src/lib/lttng-ust-libc-wrapper/Makefile.am
src/lib/lttng-ust-python-agent/Makefile.am
src/lib/lttng-ust/Makefile.am [new file with mode: 0644]
src/lib/lttng-ust/bytecode.h [new file with mode: 0644]
src/lib/lttng-ust/clock.h [new file with mode: 0644]
src/lib/lttng-ust/compat_futex.c [new file with mode: 0644]
src/lib/lttng-ust/context-internal.h [new file with mode: 0644]
src/lib/lttng-ust/context-provider-internal.h [new file with mode: 0644]
src/lib/lttng-ust/creds.h [new file with mode: 0644]
src/lib/lttng-ust/error.h [new file with mode: 0644]
src/lib/lttng-ust/event-notifier-notification.c [new file with mode: 0644]
src/lib/lttng-ust/fd-tracker.c [new file with mode: 0644]
src/lib/lttng-ust/futex.h [new file with mode: 0644]
src/lib/lttng-ust/getenv.c [new file with mode: 0644]
src/lib/lttng-ust/getenv.h [new file with mode: 0644]
src/lib/lttng-ust/jhash.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-bytecode-interpreter.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-bytecode-specialize.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-bytecode-validator.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-bytecode.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-bytecode.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-clock.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-cgroup-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-cpu-id.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-ip.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-ipc-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-mnt-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-net-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-perf-counters.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-pid-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-procname.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-provider.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-pthread-id.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-time-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-user-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-uts-ns.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vegid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-veuid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vgid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vpid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vsgid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vsuid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vtid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context-vuid.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-context.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-counter-client-percpu-32-modular.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-counter-client-percpu-64-modular.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-counter-client.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-events.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-getcpu.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-hash-helper.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-probes.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-rb-clients.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-client-discard-rt.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-client-discard.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-client-overwrite-rt.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-client-overwrite.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-client-template.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-metadata-client-template.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ring-buffer-metadata-client.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-tracer-core.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-tracer.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-abi.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-comm.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-dynamic-type.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-elf.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-elf.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-statedump-provider.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-statedump.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-statedump.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-tracef-provider.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-tracelog-provider.h [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-urcu-pointer.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-urcu.c [new file with mode: 0644]
src/lib/lttng-ust/lttng-ust-uuid.h [new file with mode: 0644]
src/lib/lttng-ust/ns.h [new file with mode: 0644]
src/lib/lttng-ust/perf_event.h [new file with mode: 0644]
src/lib/lttng-ust/rculfhash-internal.h [new file with mode: 0644]
src/lib/lttng-ust/rculfhash-mm-chunk.c [new file with mode: 0644]
src/lib/lttng-ust/rculfhash-mm-mmap.c [new file with mode: 0644]
src/lib/lttng-ust/rculfhash-mm-order.c [new file with mode: 0644]
src/lib/lttng-ust/rculfhash.c [new file with mode: 0644]
src/lib/lttng-ust/rculfhash.h [new file with mode: 0644]
src/lib/lttng-ust/string-utils.c [new file with mode: 0644]
src/lib/lttng-ust/string-utils.h [new file with mode: 0644]
src/lib/lttng-ust/tracef.c [new file with mode: 0644]
src/lib/lttng-ust/tracelog.c [new file with mode: 0644]
src/lib/lttng-ust/tracepoint-internal.h [new file with mode: 0644]
src/lib/lttng-ust/tracepoint-weak-test.c [new file with mode: 0644]
src/lib/lttng-ust/tracepoint.c [new file with mode: 0644]
src/lib/lttng-ust/ust-common.c [new file with mode: 0644]
src/lib/lttng-ust/ust-core.c [new file with mode: 0644]
src/lib/lttng-ust/ust-events-internal.h [new file with mode: 0644]
src/lib/lttng-ust/ust_lib.c [new file with mode: 0644]
src/lib/lttng-ust/ust_lib.h [new file with mode: 0644]
src/lib/lttng-ust/wait.h [new file with mode: 0644]
src/liblttng-ust/Makefile.am [deleted file]
src/liblttng-ust/bytecode.h [deleted file]
src/liblttng-ust/clock.h [deleted file]
src/liblttng-ust/compat_futex.c [deleted file]
src/liblttng-ust/context-internal.h [deleted file]
src/liblttng-ust/context-provider-internal.h [deleted file]
src/liblttng-ust/creds.h [deleted file]
src/liblttng-ust/error.h [deleted file]
src/liblttng-ust/event-notifier-notification.c [deleted file]
src/liblttng-ust/fd-tracker.c [deleted file]
src/liblttng-ust/futex.h [deleted file]
src/liblttng-ust/getenv.c [deleted file]
src/liblttng-ust/getenv.h [deleted file]
src/liblttng-ust/jhash.h [deleted file]
src/liblttng-ust/lttng-bytecode-interpreter.c [deleted file]
src/liblttng-ust/lttng-bytecode-specialize.c [deleted file]
src/liblttng-ust/lttng-bytecode-validator.c [deleted file]
src/liblttng-ust/lttng-bytecode.c [deleted file]
src/liblttng-ust/lttng-bytecode.h [deleted file]
src/liblttng-ust/lttng-clock.c [deleted file]
src/liblttng-ust/lttng-context-cgroup-ns.c [deleted file]
src/liblttng-ust/lttng-context-cpu-id.c [deleted file]
src/liblttng-ust/lttng-context-ip.c [deleted file]
src/liblttng-ust/lttng-context-ipc-ns.c [deleted file]
src/liblttng-ust/lttng-context-mnt-ns.c [deleted file]
src/liblttng-ust/lttng-context-net-ns.c [deleted file]
src/liblttng-ust/lttng-context-perf-counters.c [deleted file]
src/liblttng-ust/lttng-context-pid-ns.c [deleted file]
src/liblttng-ust/lttng-context-procname.c [deleted file]
src/liblttng-ust/lttng-context-provider.c [deleted file]
src/liblttng-ust/lttng-context-pthread-id.c [deleted file]
src/liblttng-ust/lttng-context-time-ns.c [deleted file]
src/liblttng-ust/lttng-context-user-ns.c [deleted file]
src/liblttng-ust/lttng-context-uts-ns.c [deleted file]
src/liblttng-ust/lttng-context-vegid.c [deleted file]
src/liblttng-ust/lttng-context-veuid.c [deleted file]
src/liblttng-ust/lttng-context-vgid.c [deleted file]
src/liblttng-ust/lttng-context-vpid.c [deleted file]
src/liblttng-ust/lttng-context-vsgid.c [deleted file]
src/liblttng-ust/lttng-context-vsuid.c [deleted file]
src/liblttng-ust/lttng-context-vtid.c [deleted file]
src/liblttng-ust/lttng-context-vuid.c [deleted file]
src/liblttng-ust/lttng-context.c [deleted file]
src/liblttng-ust/lttng-counter-client-percpu-32-modular.c [deleted file]
src/liblttng-ust/lttng-counter-client-percpu-64-modular.c [deleted file]
src/liblttng-ust/lttng-counter-client.h [deleted file]
src/liblttng-ust/lttng-events.c [deleted file]
src/liblttng-ust/lttng-getcpu.c [deleted file]
src/liblttng-ust/lttng-hash-helper.h [deleted file]
src/liblttng-ust/lttng-probes.c [deleted file]
src/liblttng-ust/lttng-rb-clients.h [deleted file]
src/liblttng-ust/lttng-ring-buffer-client-discard-rt.c [deleted file]
src/liblttng-ust/lttng-ring-buffer-client-discard.c [deleted file]
src/liblttng-ust/lttng-ring-buffer-client-overwrite-rt.c [deleted file]
src/liblttng-ust/lttng-ring-buffer-client-overwrite.c [deleted file]
src/liblttng-ust/lttng-ring-buffer-client-template.h [deleted file]
src/liblttng-ust/lttng-ring-buffer-metadata-client-template.h [deleted file]
src/liblttng-ust/lttng-ring-buffer-metadata-client.c [deleted file]
src/liblttng-ust/lttng-tracer-core.h [deleted file]
src/liblttng-ust/lttng-tracer.h [deleted file]
src/liblttng-ust/lttng-ust-abi.c [deleted file]
src/liblttng-ust/lttng-ust-comm.c [deleted file]
src/liblttng-ust/lttng-ust-dynamic-type.c [deleted file]
src/liblttng-ust/lttng-ust-elf.c [deleted file]
src/liblttng-ust/lttng-ust-elf.h [deleted file]
src/liblttng-ust/lttng-ust-statedump-provider.h [deleted file]
src/liblttng-ust/lttng-ust-statedump.c [deleted file]
src/liblttng-ust/lttng-ust-statedump.h [deleted file]
src/liblttng-ust/lttng-ust-tracef-provider.h [deleted file]
src/liblttng-ust/lttng-ust-tracelog-provider.h [deleted file]
src/liblttng-ust/lttng-ust-urcu-pointer.c [deleted file]
src/liblttng-ust/lttng-ust-urcu.c [deleted file]
src/liblttng-ust/lttng-ust-uuid.h [deleted file]
src/liblttng-ust/ns.h [deleted file]
src/liblttng-ust/perf_event.h [deleted file]
src/liblttng-ust/rculfhash-internal.h [deleted file]
src/liblttng-ust/rculfhash-mm-chunk.c [deleted file]
src/liblttng-ust/rculfhash-mm-mmap.c [deleted file]
src/liblttng-ust/rculfhash-mm-order.c [deleted file]
src/liblttng-ust/rculfhash.c [deleted file]
src/liblttng-ust/rculfhash.h [deleted file]
src/liblttng-ust/string-utils.c [deleted file]
src/liblttng-ust/string-utils.h [deleted file]
src/liblttng-ust/tracef.c [deleted file]
src/liblttng-ust/tracelog.c [deleted file]
src/liblttng-ust/tracepoint-internal.h [deleted file]
src/liblttng-ust/tracepoint-weak-test.c [deleted file]
src/liblttng-ust/tracepoint.c [deleted file]
src/liblttng-ust/ust-common.c [deleted file]
src/liblttng-ust/ust-core.c [deleted file]
src/liblttng-ust/ust-events-internal.h [deleted file]
src/liblttng-ust/ust_lib.c [deleted file]
src/liblttng-ust/ust_lib.h [deleted file]
src/liblttng-ust/wait.h [deleted file]
tests/benchmark/Makefile.am
tests/compile/ctf-types/Makefile.am
tests/compile/hello-many/Makefile.am
tests/compile/hello.cxx/Makefile.am
tests/compile/hello/Makefile.am
tests/compile/same_line_tracepoint/Makefile.am
tests/compile/test-app-ctx/Makefile.am
tests/unit/libringbuffer/Makefile.am
tests/unit/ust-elf/Makefile.am
tests/unit/ust-error/Makefile.am
tests/unit/ust-utils/Makefile.am
This page took 0.038939 seconds and 4 git commands to generate.