Implement kernel filter support
[lttng-tools.git] / src / bin / lttng-sessiond / event.h
index 536b2be707d05dd4feb6483575109db718d8faf2..cc4a3fa02e0d3f79b5ec52733828aaa35397f0a0 100644 (file)
@@ -28,7 +28,8 @@ int event_kernel_disable_event_type(struct ltt_kernel_channel *kchan,
 int event_kernel_disable_event_all(struct ltt_kernel_channel *kchan);
 
 int event_kernel_enable_event(struct ltt_kernel_channel *kchan,
-               struct lttng_event *event);
+               struct lttng_event *event, char *filter_expression,
+               struct lttng_filter_bytecode *filter);
 
 int event_ust_enable_tracepoint(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan, struct lttng_event *event,
This page took 0.023979 seconds and 5 git commands to generate.