bytecode: initialize all contexts on event notifier group creation
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 22 May 2020 22:02:06 +0000 (18:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2020 18:37:21 +0000 (13:37 -0500)
commit51f804ec315888553a0104fe691af89216c127e8
tree644408f5aa2b6f8b40cbcef6eb46e11fc0bb13cf
parent70f9f7f95a5a36231e4a71191bcd88d582c3ca81
bytecode: initialize all contexts on event notifier group creation

Rename `lttng_session_context_init()` to `lttng_context_init_all()` so
to reuse the code.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: If80745677db993c1b38e158785886180d2e60d26
include/lttng/ust-events.h
liblttng-ust/Makefile.am
liblttng-ust/context-internal.h [new file with mode: 0644]
liblttng-ust/lttng-context.c
liblttng-ust/lttng-events.c
This page took 0.024689 seconds and 4 git commands to generate.