SoW-2019-0007-2: Dynamic Snapshot: Triggers send partial event payload with notifications sow-2019-0007-2-rev1
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 28 Nov 2019 19:15:02 +0000 (14:15 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 29 May 2020 16:31:30 +0000 (12:31 -0400)
commitcb11f03ab764f0143c79a87e4b1615839154d1dc
tree1b5e9d5906e37dcfa3f875df827f52cd2b465a2f
parent4526ba6908b141a77d711bb38d2971f640ce5a7e
SoW-2019-0007-2: Dynamic Snapshot: Triggers send partial event payload with notifications

Revision 1
42 files changed:
Makefile.am
configure.ac
do-not-commit.md [new file with mode: 0644]
include/lttng/ust-abi.h
include/lttng/ust-ctl.h
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
include/share.h
include/ust-comm.h
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust-ctl/ustctl.c
liblttng-ust/Makefile.am
liblttng-ust/bytecode.h [new file with mode: 0644]
liblttng-ust/context-internal.h [new file with mode: 0644]
liblttng-ust/context-provider-internal.h [new file with mode: 0644]
liblttng-ust/filter-bytecode.h [deleted file]
liblttng-ust/lttng-bytecode-interpreter.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode-specialize.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode-validator.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode.c [new file with mode: 0644]
liblttng-ust/lttng-bytecode.h [new file with mode: 0644]
liblttng-ust/lttng-context-provider.c
liblttng-ust/lttng-context.c
liblttng-ust/lttng-events.c
liblttng-ust/lttng-filter-interpreter.c [deleted file]
liblttng-ust/lttng-filter-specialize.c [deleted file]
liblttng-ust/lttng-filter-validator.c [deleted file]
liblttng-ust/lttng-filter.c [deleted file]
liblttng-ust/lttng-filter.h [deleted file]
liblttng-ust/lttng-probes.c
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/trigger-notification.c [new file with mode: 0644]
liblttng-ust/ust-events-internal.h [new file with mode: 0644]
libmsgpack/Makefile.am [new file with mode: 0644]
libmsgpack/msgpack.c [new file with mode: 0644]
libmsgpack/msgpack.h [new file with mode: 0644]
snprintf/patient_write.c
tests/Makefile.am
tests/libmsgpack/Makefile.am [new file with mode: 0644]
tests/libmsgpack/test_msgpack.c [new file with mode: 0644]
tests/test-app-ctx/hello.c
This page took 0.027649 seconds and 5 git commands to generate.