[lttng-dev] [PATCH lttng-tools 15/28] Copy event exclusion data in add_unique_ust_app_event
JP Ikaheimonen
jp_ikaheimonen at mentor.com
Thu Nov 7 05:21:39 EST 2013
Signed-off-by: JP Ikaheimonen <jp_ikaheimonen at mentor.com>
---
src/bin/lttng-sessiond/ust-app.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c
index cc611fc..2d8cb2c 100644
--- a/src/bin/lttng-sessiond/ust-app.c
+++ b/src/bin/lttng-sessiond/ust-app.c
@@ -181,6 +181,7 @@ static void add_unique_ust_app_event(struct ust_app_channel *ua_chan,
key.name = event->attr.name;
key.filter = event->filter;
key.loglevel = event->attr.loglevel;
+ key.exclusion = event->exclusion;
node_ptr = cds_lfht_add_unique(ht->ht,
ht->hash_fct(event->node.key, lttng_ht_seed),
--
1.8.1.2
More information about the lttng-dev
mailing list