Support generic globbing patterns in the Java agent
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 17 Feb 2017 20:22:39 +0000 (15:22 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Mar 2017 16:30:36 +0000 (11:30 -0500)
commitc0e418b5f350c9a4a70184c418f4a46ee299508b
treec3dba1d799af8096a2ff5fa07177a19bff01085c
parentf35c6aa089659c7d16867ce4eac740d30c2c0213
Support generic globbing patterns in the Java agent

Replace the separate eventNames and eventNamePrefixes maps by
one map tracking generic Patterns instead. This will allow
matching against patterns containing more than one wildcard
character, which is now supported by UST.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/AbstractLttngAgent.java
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/EventNamePattern.java [new file with mode: 0644]
This page took 0.024798 seconds and 4 git commands to generate.