Implement event notifier group create
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 5 Feb 2020 19:13:42 +0000 (14:13 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Nov 2020 18:07:21 +0000 (13:07 -0500)
commit750b05f22826af9bce23e915ca4b9d8a15754797
treebcbccc3198ab45b44fee8afb2b7634ac1a98e80f
parentd4f52727df0364e6c3eb0a1fd1ed5907439ad5d6
Implement event notifier group create

Event notifier groups will contain the event notifiers.
All event notifiers of a group will share the same ring buffer to save
the tracer notifications.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I7c38fbfd26517d00c8de38ca1981da623d570529
include/lttng/abi.h
include/lttng/events.h
src/lttng-abi.c
src/lttng-events.c
This page took 0.024876 seconds and 4 git commands to generate.