Introduce lttng_event_rule_jul_logging
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 12 May 2021 03:38:17 +0000 (23:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 2 Jun 2021 19:30:10 +0000 (15:30 -0400)
commitb47b01d8f6e8147f39def009154a58ca393a744b
treee7bdc5f1c091f90565db1f99c8b788cb50ffc1b3
parent0a23a07d7db04d7e9f1fcf08a5824fccbf2b53da
Introduce lttng_event_rule_jul_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: I95f40920b73b5deb42c2e92ad50c43dba0b0e436
include/Makefile.am
include/lttng/event-rule/event-rule.h
include/lttng/event-rule/jul-logging-internal.h [new file with mode: 0644]
include/lttng/event-rule/jul-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/jul-logging.c [new file with mode: 0644]
tests/unit/test_event_rule.c
This page took 0.025916 seconds and 4 git commands to generate.