Move the getcpu plugin implementation to liblttn-ust-common
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 23 Apr 2021 00:39:28 +0000 (20:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Apr 2021 19:49:17 +0000 (15:49 -0400)
commitf73bcf5eafdc10b2bbb32de0bcef709de0f8f5e5
treeea21d3141e5fa868f1d8df9b0ecc7ada57324012
parentf41a6b5f307db311352f79d35f0656959db60891
Move the getcpu plugin implementation to liblttn-ust-common

The getcpu plugin is used by both liblttng-ust and liblttng-ust-ctl, move
it to liblttng-ust-common.

Change-Id: Ifdef881188e744ffd2c19670959612aaca8d73d9
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-api.h
src/common/getcpu.h [new file with mode: 0644]
src/common/ringbuffer/frontend_api.h
src/lib/lttng-ust-common/Makefile.am
src/lib/lttng-ust-common/getcpu.c [new file with mode: 0644]
src/lib/lttng-ust-common/getcpu.h [new file with mode: 0644]
src/lib/lttng-ust-common/ust-common.c
src/lib/lttng-ust/Makefile.am
src/lib/lttng-ust/getcpu.c [deleted file]
src/lib/lttng-ust/getcpu.h [deleted file]
src/lib/lttng-ust/lttng-context-cpu-id.c
src/lib/lttng-ust/lttng-ust-comm.c
This page took 0.025476 seconds and 4 git commands to generate.