Support generic globbing patterns in the Java agent star-glob-pattern
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 17 Feb 2017 20:22:39 +0000 (15:22 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 20 Feb 2017 21:25:55 +0000 (16:25 -0500)
commit5467989429679977c22855a019a68432f6f30591
treed1bdc3c3e6e0be4befbb71e779c7f2a594195c88
parent2c2680484c1892cd08bc6aba10cab81f23378d0d
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>
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.025277 seconds and 5 git commands to generate.