Ignore exclusion names order when matching events
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 26 Aug 2015 05:47:15 +0000 (01:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Nov 2015 20:54:08 +0000 (15:54 -0500)
commita5b7e00cc0c98737587c53f205119ca6411fdcd4
tree792bd2705ff18a0d1d3e095fd6241103f8593e41
parentba999de09a8640b8652bce92450bf06c12e12e38
Ignore exclusion names order when matching events

In other words:

    lttng enable-event -u -a --exclude a,b,c,d  ->  passes
    lttng enable-event -u -a --exclude a,c,d,b  ->  fails (same event)

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/trace-ust.c
This page took 0.026125 seconds and 5 git commands to generate.