Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH lttng-tools 05/28] Add event exclusion data to ltt_ust_event structure
@ 2013-11-07 10:19 JP Ikaheimonen
  0 siblings, 0 replies; only message in thread
From: JP Ikaheimonen @ 2013-11-07 10:19 UTC (permalink / raw)


Add event exclusion data to ltt_ust_event and ltt_ust_ht_key.

Signed-off-by: JP Ikaheimonen <jp_ikaheimonen at mentor.com>
---
 src/bin/lttng-sessiond/trace-ust.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h
index f25573a..06d0202 100644
--- a/src/bin/lttng-sessiond/trace-ust.h
+++ b/src/bin/lttng-sessiond/trace-ust.h
@@ -34,6 +34,7 @@ struct ltt_ust_ht_key {
 	const char *name;
 	const struct lttng_filter_bytecode *filter;
 	enum lttng_ust_loglevel_type loglevel;
+	const struct lttng_event_exclusion *exclusion;
 };
 
 /* Context hash table nodes */
@@ -49,6 +50,7 @@ struct ltt_ust_event {
 	struct lttng_ust_event attr;
 	struct lttng_ht_node_str node;
 	struct lttng_ust_filter_bytecode *filter;
+	const struct lttng_event_exclusion *exclusion;
 };
 
 /* UST channel */
-- 
1.8.1.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-07 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-07 10:19 [lttng-dev] [PATCH lttng-tools 05/28] Add event exclusion data to ltt_ust_event structure JP Ikaheimonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox