Implement capturing payload on event notifier
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 Apr 2020 19:14:45 +0000 (15:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 18:40:15 +0000 (13:40 -0500)
commit99d223adfae9b68800e91bda470c92acb14efae6
tree86b517ff903820c73492992492fdd880ad70b584
parent608ab495d4e0beff75f47df2b3a19d7bced0c571
Implement capturing payload on event notifier

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ibdaa07ecfe36ecd1c340942821503ea4cb494e2c
13 files changed:
include/lttng/abi.h
include/lttng/event-notifier-notification.h
include/lttng/events.h
include/lttng/lttng-bytecode.h
include/lttng/tracepoint-event-impl.h
src/lttng-abi.c
src/lttng-bytecode-interpreter.c
src/lttng-bytecode.c
src/lttng-event-notifier-notification.c
src/lttng-events.c
src/lttng-ring-buffer-event-notifier-client.h
src/probes/lttng-kprobes.c
src/probes/lttng-uprobes.c
This page took 0.02527 seconds and 5 git commands to generate.