Remove duplicated 'smp' code
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 8 Apr 2021 16:04:20 +0000 (12:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Apr 2021 15:40:38 +0000 (11:40 -0400)
commit74cc1f594e05b5a3524529f018d85efaad53f9a3
treea8248bba9722a36e7be4e4614da48534f862dbeb
parent3aa28d2301d8b9c1f7eef509e3de42bca2abbffe
Remove duplicated 'smp' code

libcounter contains a namespaced copy of the smp code from libringbuffer,
remove it and move the original to libcommon.

Also add comments and hide some implementation details following the ABI
cleanup.

Change-Id: Ie7d78d4f34312c5c788abc07d1806de3ce6fc04c
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 files changed:
src/common/Makefile.am
src/common/counter/counter.c
src/common/counter/smp.c [deleted file]
src/common/counter/smp.h [deleted file]
src/common/ringbuffer/frontend.h
src/common/ringbuffer/frontend_api.h
src/common/ringbuffer/ring_buffer_backend.c
src/common/ringbuffer/ring_buffer_frontend.c
src/common/ringbuffer/smp.c [deleted file]
src/common/ringbuffer/smp.h [deleted file]
src/common/smp.c [new file with mode: 0644]
src/common/smp.h [new file with mode: 0644]
src/lib/lttng-ust-ctl/ustctl.c
This page took 0.026641 seconds and 4 git commands to generate.