Adapt to LTTng-UST ABI/control API updates
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 29 Jul 2024 13:55:50 +0000 (09:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 29 Jul 2024 18:47:41 +0000 (14:47 -0400)
commit0f825a63e2b14424244335c3b28c14c26158a423
treeab14ad7dc36a88985f9bebc9c60344cf6aa80b7d
parent9efe29038e6f24e3be124c43a4a783d227ddf5fa
Adapt to LTTng-UST ABI/control API updates

Adapt to ABI/control API updates introduced by LTTng-UST commit
24f7193c9b91 ("Introduce extension points for trace hit counters")

Note that this commit reverts back to uint32_t for channel event ids.

UST notification LTTNG_UST_CTL_NOTIFY_CMD_KEY is currently handled as
-LTTNG_UST_ERR_NOSYS (TODO).

The type of the argument to is_max_event_id() is changed to
lttng::sessiond::ust::event_id to match the newly introduced event_id
type definition. Likewise for the registry_channel _next_event_id
member.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I6299b07c02d35b067aed5e94f11353d3cc14f24c
src/bin/lttng-sessiond/ust-abi-internal.hpp
src/bin/lttng-sessiond/ust-app.cpp
src/bin/lttng-sessiond/ust-ctl-internal.hpp
src/bin/lttng-sessiond/ust-registry-channel.cpp
src/bin/lttng-sessiond/ust-registry-channel.hpp
This page took 0.026137 seconds and 4 git commands to generate.