Fix: keep ust/kernel session items around for destroy notifier
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Aug 2019 19:28:34 +0000 (15:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:15 +0000 (16:39 -0400)
commitb1f4d3d9f5b13c044a2b7f5ec0442dfd50e925f9
tree92abc558dd1920f9396881f2db947e40099a0f90
parent1ae351e454500f579e658540825e1ad567bc96a1
Fix: keep ust/kernel session items around for destroy notifier

Split the destruction and release operations for ust and kernel
inner-sessions as they may be accessed by session destruction
notifiers registered against their parent ltt_session.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/kernel.c
src/bin/lttng-sessiond/kernel.h
src/bin/lttng-sessiond/session.c
src/bin/lttng-sessiond/trace-kernel.c
src/bin/lttng-sessiond/trace-kernel.h
src/bin/lttng-sessiond/trace-ust.c
src/bin/lttng-sessiond/trace-ust.h
This page took 0.025382 seconds and 4 git commands to generate.