Fix: Save tracker as part of UST and Kernel domains only
[lttng-tools.git] / src / bin / lttng-sessiond / event.h
index f9b486c2a9a27ed2bfbfe4256608130984d54c47..fd47c7764d25a1fec89a1481eb650c8c13a4a10d 100644 (file)
@@ -48,9 +48,11 @@ int event_ust_disable_all_tracepoints(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan);
 
 int event_agent_enable(struct ltt_ust_session *usess, struct agent *agt,
-               struct lttng_event *event, struct lttng_filter_bytecode *filter);
+               struct lttng_event *event, struct lttng_filter_bytecode *filter,
+               char *filter_expression);
 int event_agent_enable_all(struct ltt_ust_session *usess, struct agent *agt,
-               struct lttng_event *event, struct lttng_filter_bytecode *filter);
+               struct lttng_event *event, struct lttng_filter_bytecode *filter,
+               char *filter_expression);
 
 int event_agent_disable(struct ltt_ust_session *usess, struct agent *agt,
                char *event_name);
This page took 0.035648 seconds and 4 git commands to generate.