[lttng-dev] [PATCH lttng-tools 13/28] Add exclusion data to ust_app_event structure
JP Ikaheimonen
jp_ikaheimonen at mentor.com
Thu Nov 7 05:21:37 EST 2013
Add exclusion data to ust_app_event and ust_app_ht_key
data structures.
Signed-off-by: JP Ikaheimonen <jp_ikaheimonen at mentor.com>
---
src/bin/lttng-sessiond/ust-app.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h
index 680ab6f..2522557 100644
--- a/src/bin/lttng-sessiond/ust-app.h
+++ b/src/bin/lttng-sessiond/ust-app.h
@@ -50,6 +50,7 @@ struct ust_app_ht_key {
const char *name;
const struct lttng_ust_filter_bytecode *filter;
enum lttng_ust_loglevel_type loglevel;
+ const struct lttng_ust_event_exclusion *exclusion;
};
/*
@@ -115,6 +116,7 @@ struct ust_app_event {
char name[LTTNG_UST_SYM_NAME_LEN];
struct lttng_ht_node_str node;
struct lttng_ust_filter_bytecode *filter;
+ struct lttng_ust_event_exclusion *exclusion;
};
struct ust_app_stream {
--
1.8.1.2
More information about the lttng-dev
mailing list