Move libcounter to 'src/common/'
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Apr 2021 19:38:41 +0000 (15:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Apr 2021 18:08:42 +0000 (14:08 -0400)
commitcdff92e0e0e875348b6ec549ef9d2282161faf80
treeb801e0ce5bab7cbe39511c8dc4a1c2183ed777cc
parentc80497fe9e16ce45bd058b05c7a65a48af8b85da
Move libcounter to 'src/common/'

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

Change-Id: I0c42a8b6bcd99a75d24114c1a4f610982ba16057
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
35 files changed:
.gitignore
configure.ac
src/Makefile.am
src/common/Makefile.am
src/common/counter/counter-api.h [new file with mode: 0644]
src/common/counter/counter-config.h [new file with mode: 0644]
src/common/counter/counter-internal.h [new file with mode: 0644]
src/common/counter/counter-types.h [new file with mode: 0644]
src/common/counter/counter.c [new file with mode: 0644]
src/common/counter/counter.h [new file with mode: 0644]
src/common/counter/shm.c [new file with mode: 0644]
src/common/counter/shm.h [new file with mode: 0644]
src/common/counter/shm_internal.h [new file with mode: 0644]
src/common/counter/shm_types.h [new file with mode: 0644]
src/common/counter/smp.c [new file with mode: 0644]
src/common/counter/smp.h [new file with mode: 0644]
src/lib/lttng-ust-ctl/ustctl.c
src/libcounter/Makefile.am [deleted file]
src/libcounter/counter-api.h [deleted file]
src/libcounter/counter-config.h [deleted file]
src/libcounter/counter-internal.h [deleted file]
src/libcounter/counter-types.h [deleted file]
src/libcounter/counter.c [deleted file]
src/libcounter/counter.h [deleted file]
src/libcounter/shm.c [deleted file]
src/libcounter/shm.h [deleted file]
src/libcounter/shm_internal.h [deleted file]
src/libcounter/shm_types.h [deleted file]
src/libcounter/smp.c [deleted file]
src/libcounter/smp.h [deleted file]
src/liblttng-ust/Makefile.am
src/liblttng-ust/lttng-counter-client-percpu-32-modular.c
src/liblttng-ust/lttng-counter-client-percpu-64-modular.c
src/liblttng-ust/lttng-events.c
src/liblttng-ust/lttng-ust-abi.c
This page took 0.027388 seconds and 4 git commands to generate.