Remove handle field from ring buffer context
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Mar 2021 20:25:41 +0000 (16:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Mar 2021 20:25:41 +0000 (16:25 -0400)
commitaab8b172425eb52f2cd5bd71ce03f8a5624f83df
treee4c4bd5e0bba310cefa90522c5ce89540dc11ed0
parent7489fcb466935b3eeb36e99afbbb87188278cb91
Remove handle field from ring buffer context

The ring buffer handle is available in the struct lttng_ust_lib_ring_buffer_channel,
therefore passing it through the ring buffer context is redundant.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I7baca38b86743ba88a55b9d336135df2256756d1
include/lttng/ringbuffer-context.h
include/lttng/ust-tracepoint-event.h
liblttng-ust-ctl/ustctl.c
libringbuffer/backend.h
libringbuffer/backend_internal.h
libringbuffer/frontend_api.h
libringbuffer/ring_buffer_frontend.c
This page took 0.025365 seconds and 4 git commands to generate.