Deliverables 3 and 4 notification-items-3-4
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 24 Feb 2017 06:13:17 +0000 (01:13 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 23 Mar 2017 05:42:36 +0000 (01:42 -0400)
commitdaa81f582a5374fd38efc416be0c1feeed659dff
treec60d433cb35fb0e364049282ee682619249e4b51
parentd30b2041e3a5db2d1671219ea845057cb3dd3082
Deliverables 3 and 4

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
72 files changed:
configure.ac
include/Makefile.am
include/lttng/action/action-internal.h [new file with mode: 0644]
include/lttng/action/action.h [new file with mode: 0644]
include/lttng/action/notify-internal.h [new file with mode: 0644]
include/lttng/action/notify.h [new file with mode: 0644]
include/lttng/condition/buffer-usage-internal.h [new file with mode: 0644]
include/lttng/condition/buffer-usage.h [new file with mode: 0644]
include/lttng/condition/condition-internal.h [new file with mode: 0644]
include/lttng/condition/condition.h [new file with mode: 0644]
include/lttng/condition/evaluation-internal.h [new file with mode: 0644]
include/lttng/condition/evaluation.h [new file with mode: 0644]
include/lttng/endpoint-internal.h [new file with mode: 0644]
include/lttng/endpoint.h [new file with mode: 0644]
include/lttng/lttng-error.h
include/lttng/notification/channel-internal.h [new file with mode: 0644]
include/lttng/notification/channel.h [new file with mode: 0644]
include/lttng/notification/notification-internal.h [new file with mode: 0644]
include/lttng/notification/notification.h [new file with mode: 0644]
include/lttng/trigger/trigger-internal.h [new file with mode: 0644]
include/lttng/trigger/trigger.h [new file with mode: 0644]
src/bin/lttng-consumerd/lttng-consumerd.c
src/bin/lttng-sessiond/Makefile.am
src/bin/lttng-sessiond/agent-thread.c
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/cmd.h
src/bin/lttng-sessiond/consumer.c
src/bin/lttng-sessiond/consumer.h
src/bin/lttng-sessiond/health-sessiond.h
src/bin/lttng-sessiond/lttng-sessiond.h
src/bin/lttng-sessiond/lttng-ust-ctl.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/notification-thread-commands.c [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread-commands.h [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread-events.c [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread-events.h [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread.c [new file with mode: 0644]
src/bin/lttng-sessiond/notification-thread.h [new file with mode: 0644]
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-consumer.c
src/bin/lttng-sessiond/ust-registry.c
src/bin/lttng-sessiond/ust-registry.h
src/common/Makefile.am
src/common/action.c [new file with mode: 0644]
src/common/buffer-usage.c [new file with mode: 0644]
src/common/condition.c [new file with mode: 0644]
src/common/consumer/consumer-timer.c
src/common/consumer/consumer-timer.h
src/common/consumer/consumer.c
src/common/consumer/consumer.h
src/common/defaults.h
src/common/dynamic-buffer.c [new file with mode: 0644]
src/common/dynamic-buffer.h [new file with mode: 0644]
src/common/endpoint.c [new file with mode: 0644]
src/common/error.c
src/common/evaluation.c [new file with mode: 0644]
src/common/macros.h
src/common/notification.c [new file with mode: 0644]
src/common/notify.c [new file with mode: 0644]
src/common/pipe.c
src/common/pipe.h
src/common/sessiond-comm/sessiond-comm.h
src/common/trigger.c [new file with mode: 0644]
src/common/unix.c
src/common/ust-consumer/ust-consumer.c
src/common/utils.c
src/common/utils.h
src/lib/lttng-ctl/Makefile.am
src/lib/lttng-ctl/channel.c [new file with mode: 0644]
src/lib/lttng-ctl/lttng-ctl.c
tests/unit/Makefile.am
tests/unit/test_ust_data.c
This page took 0.0352 seconds and 5 git commands to generate.