Introduce lttng_event_rule_python_logging
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 12 May 2021 05:10:41 +0000 (01:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Jun 2021 20:51:57 +0000 (16:51 -0400)
commitf30f4bf468bfc6cb30344cd6a2424f8e2b80c34a
tree6e86d3753afc1947c48d5e5c49fa95d70e4c7c70
parent08662c9bc42734d841537b67e55cc9dca505ec22
Introduce lttng_event_rule_python_logging

A following patch will remove lttng_event_rule_tracepoint.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I222bd4f2616efd1b0c0e36cfe5a89cf5416b6a88
include/Makefile.am
include/lttng/event-rule/event-rule.h
include/lttng/event-rule/python-logging-internal.h [new file with mode: 0644]
include/lttng/event-rule/python-logging.h [new file with mode: 0644]
include/lttng/lttng.h
src/common/Makefile.am
src/common/event-rule/event-rule.c
src/common/event-rule/python-logging.c [new file with mode: 0644]
tests/unit/test_event_rule.c
This page took 0.02662 seconds and 5 git commands to generate.