SoW-2019-0007-2: Dynamic Snapshot: Triggers send partial event payload with notifications
[lttng-tools.git] / src / bin / lttng-sessiond / ust-ctl-internal.h
index 7c245bdce266489e54b8258c4de06fbc343ae0a6..0e17f4f8345324127abd32ab0b5c76bef42ffbb8 100644 (file)
@@ -79,12 +79,22 @@ int ustctl_set_filter(int sock, struct lttng_ust_filter_bytecode *bytecode,
                struct lttng_ust_object_data *obj_data);
 int ustctl_set_exclusion(int sock, struct lttng_ust_event_exclusion *exclusion,
                struct lttng_ust_object_data *obj_data);
+int ustctl_set_capture(int sock, struct lttng_ust_capture_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);
 int ustctl_start_session(int sock, int handle);
 int ustctl_stop_session(int sock, int handle);
 
+int ustctl_create_trigger_group(int sock,
+               int pipe_fd,
+               struct lttng_ust_object_data **trigger_group_handle);
+int ustctl_create_trigger(int sock,
+               struct lttng_ust_trigger *trigger,
+               struct lttng_ust_object_data *trigger_group_handle,
+               struct lttng_ust_object_data **trigger_data);
+
 /*
  * ustctl_tracepoint_list returns a tracepoint list handle, or negative
  * error value.
This page took 0.024775 seconds and 5 git commands to generate.