Implement filter bytecode interpreter and linker
[lttng-ust.git] / include / lttng / ust-ctl.h
index d6bbe6ab440162bef5889cc36d7aead54432cec2..5f022c7102433a80161a25e5790f00d091b52b9d 100644 (file)
@@ -37,6 +37,8 @@ int ustctl_create_event(int sock, struct lttng_ust_event *ev,
 int ustctl_add_context(int sock, struct lttng_ust_context *ctx,
                struct lttng_ust_object_data *obj_data,
                struct lttng_ust_object_data **context_data);
+int ustctl_set_filter(int sock, struct lttng_ust_filter_bytecode *bytecode,
+               struct lttng_ust_object_data *obj_data);
 
 int ustctl_enable(int sock, struct lttng_ust_object_data *object);
 int ustctl_disable(int sock, struct lttng_ust_object_data *object);
This page took 0.02556 seconds and 4 git commands to generate.