Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 5312eca61714b02d73cca5d2a5d0ff4a4056080f..7144690ca5f5d2eb96f0c0191ee15ecd584dc747 100644 (file)
@@ -45,9 +45,6 @@ int cmd_enable_channel(struct ltt_session *session,
 int cmd_disable_event(struct ltt_session *session, int domain,
                char *channel_name,
                struct lttng_event *event);
-int cmd_disable_event_all(struct ltt_session *session, int domain,
-               char *channel_name,
-               struct lttng_event *event);
 int cmd_add_context(struct ltt_session *session, int domain,
                char *channel_name, struct lttng_event_context *ctx, int kwpipe);
 int cmd_set_filter(struct ltt_session *session, int domain,
@@ -59,10 +56,6 @@ int cmd_enable_event(struct ltt_session *session, struct lttng_domain *domain,
                struct lttng_filter_bytecode *filter,
                struct lttng_event_exclusion *exclusion,
                int wpipe);
-int cmd_enable_event_all(struct ltt_session *session,
-               struct lttng_domain *domain, char *channel_name, int event_type,
-               char *filter_expression,
-               struct lttng_filter_bytecode *filter, int wpipe);
 
 /* Trace session action commands */
 int cmd_start_trace(struct ltt_session *session);
@@ -71,8 +64,8 @@ int cmd_stop_trace(struct ltt_session *session);
 /* Consumer commands */
 int cmd_register_consumer(struct ltt_session *session, int domain,
                const char *sock_path, struct consumer_data *cdata);
-int cmd_set_consumer_uri(int domain, struct ltt_session *session,
-               size_t nb_uri, struct lttng_uri *uris);
+int cmd_set_consumer_uri(struct ltt_session *session, size_t nb_uri,
+               struct lttng_uri *uris);
 int cmd_setup_relayd(struct ltt_session *session);
 
 /* Listing commands */
@@ -91,6 +84,7 @@ ssize_t cmd_list_tracepoint_fields(int domain,
 ssize_t cmd_list_tracepoints(int domain, struct lttng_event **events);
 ssize_t cmd_snapshot_list_outputs(struct ltt_session *session,
                struct lttng_snapshot_output **outputs);
+ssize_t cmd_list_syscalls(struct lttng_event **events);
 
 int cmd_calibrate(int domain, struct lttng_calibrate *calibrate);
 int cmd_data_pending(struct ltt_session *session);
@@ -103,4 +97,7 @@ int cmd_snapshot_del_output(struct ltt_session *session,
 int cmd_snapshot_record(struct ltt_session *session,
                struct lttng_snapshot_output *output, int wait);
 
+int cmd_set_session_shm_path(struct ltt_session *session,
+               const char *shm_path);
+
 #endif /* CMD_H */
This page took 0.024503 seconds and 5 git commands to generate.