Implement PID tracking for kernel tracing
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.h
index 21ab1c7bb208b2b478d32f89bbf96fc2b3eb58b3..869bc70096af9a32f2a07a0c8627ee4da821e55f 100644 (file)
@@ -37,9 +37,10 @@ int cmd_destroy_session(struct ltt_session *session, int wpipe);
 /* Channel commands */
 int cmd_disable_channel(struct ltt_session *session, int domain,
                char *channel_name);
-
 int cmd_enable_channel(struct ltt_session *session,
                struct lttng_domain *domain, struct lttng_channel *attr, int wpipe);
+int cmd_track_pid(struct ltt_session *session, int domain, int pid);
+int cmd_untrack_pid(struct ltt_session *session, int domain, int pid);
 
 /* Event commands */
 int cmd_disable_event(struct ltt_session *session, int domain,
@@ -64,8 +65,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 */
@@ -97,4 +98,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.023691 seconds and 4 git commands to generate.