Remove event context dead code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Jan 2022 20:36:45 +0000 (15:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Jul 2024 15:39:52 +0000 (11:39 -0400)
commit11166b99b32b121069effefff94e62d74f53a5c2
tree469506bde94f29da96af27f27ba93c9f44eb0b98
parent355db1fde45a3ffa632812c5ef2e429639dd7fec
Remove event context dead code

The event context is never wired up by the lttng ust abi, so it is never
actually used. Remove this dead code which adds complexity for no
reason.

This code is all internal to lttng-ust (not exposed to probe providers),
which makes it easy to add this back if needed in the future.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I52e93835ffe6d3040ead7fb8d3113ab20a555019
src/common/events.h
src/common/ringbuffer-clients/template.h
src/lib/lttng-ust/lttng-events.c
This page took 0.024393 seconds and 4 git commands to generate.